We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfe29c commit 5a7bf3eCopy full SHA for 5a7bf3e
channeld/channeld.c
@@ -789,6 +789,9 @@ static void check_mutual_splice_locked(struct peer *peer)
789
status_debug("mutual splice_locked, channel updated to: %s",
790
type_to_string(tmpctx, struct channel, peer->channel));
791
792
+ /* ensure the signer is locking at the same time */
793
+ lock_signer_outpoint(&inflight->outpoint);
794
+
795
msg = towire_channeld_got_splice_locked(NULL, inflight->amnt,
796
inflight->splice_amnt,
797
&inflight->outpoint.txid);
0 commit comments