Commit 0c0ecfd
committed
fix(rustffi): forward the node identity key regardless of enableSigning (#1603)
The wrapper only handed the node identity key to the FFI node when enableSigning was
true, so an FFI node started with signing disabled had no P2P/KMS identity and a
peer's KMS denied it on a registered branchable-collection object. Go sets the node
identity at construction independently of signing (cbindings/node_new.go); do the same.1 parent 9960cf6 commit 0c0ecfd
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
362 | | - | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
363 | 365 | | |
364 | 366 | | |
365 | 367 | | |
| |||
496 | 498 | | |
497 | 499 | | |
498 | 500 | | |
499 | | - | |
500 | | - | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
501 | 505 | | |
502 | 506 | | |
503 | 507 | | |
| |||
0 commit comments