We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a7547 commit 96282b8Copy full SHA for 96282b8
lightningd/hsm_control.c
@@ -167,7 +167,7 @@ struct ext_key *hsm_init(struct lightningd *ld)
167
}
168
169
if (feature_offered(ld->our_features->bits[INIT_FEATURE],
170
- WIRE_HSMD_SIGN_SPLICE_TX)
+ OPT_EXPERIMENTAL_SPLICE)
171
&& !hsm_capable(ld, WIRE_HSMD_SIGN_SPLICE_TX)) {
172
fatal("--experimental-splicing needs HSM capable of signing splices!");
173
0 commit comments