Skip to content

Commit d94f535

Browse files
committed
splice: Add wallet channel save call to splice locked
1 parent 6fa2553 commit d94f535

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightningd/channel_control.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,9 @@ static void handle_peer_splice_locked(struct channel *channel, const u8 *msg)
736736
return;
737737
}
738738

739+
/* Remember that we got the lockin */
740+
wallet_channel_save(channel->peer->ld->wallet, channel);
741+
739742
lockin_complete(channel, CHANNELD_AWAITING_SPLICE);
740743
}
741744

0 commit comments

Comments
 (0)