mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
df: allow for RBF_INIT in sigs states
This commit is contained in:
parent
02d99acca1
commit
cf170c3909
@ -1577,7 +1577,10 @@ static void handle_peer_tx_sigs_msg(struct subd *dualopend,
|
||||
|
||||
send_funding_tx(channel, take(wtx));
|
||||
|
||||
channel_set_state(channel, DUALOPEND_OPEN_INIT,
|
||||
assert(channel->state == DUALOPEND_OPEN_INIT
|
||||
/* We might be reconnecting */
|
||||
|| channel->state == DUALOPEND_AWAITING_LOCKIN);
|
||||
channel_set_state(channel, channel->state,
|
||||
DUALOPEND_AWAITING_LOCKIN,
|
||||
REASON_UNKNOWN,
|
||||
"Sigs exchanged, waiting for lock-in");
|
||||
|
Loading…
Reference in New Issue
Block a user