dualfund: add test to make sure that tx-sigs sent before commitment

results in an error.
This commit is contained in:
niftynei
2023-10-31 18:07:15 -05:00
committed by Rusty Russell
parent 30ec8cbf8e
commit fa8458c00a
6 changed files with 45 additions and 2 deletions

View File

@@ -1628,7 +1628,6 @@ static u8 *opening_negotiate_msg(const tal_t *ctx, struct state *state)
case WIRE_TX_SIGNATURES:
/* We can get these when we restart and immediately
* startup an RBF */
handle_tx_sigs(state, msg);
continue;
case WIRE_CHANNEL_READY: