Skip to content

Commit

Permalink
fixup! dual-fund: add require_confirmed_inputs to RBF flows
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Feb 11, 2024
1 parent bc98caf commit 89c7cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/wallet.c
Original file line number Diff line number Diff line change
Expand Up @@ -2287,7 +2287,7 @@ void wallet_channel_save(struct wallet *w, struct channel *chan)
" remote_cltv_expiry_delta=?," // 49
" remote_htlc_minimum_msat=?," // 50
" remote_htlc_maximum_msat=?," // 51
" last_stable_connection=?" // 52
" last_stable_connection=?," // 52
" require_confirm_inputs_remote=?" // 53
" WHERE id=?")); // 54
db_bind_u64(stmt, chan->their_shachain.id);
Expand Down

0 comments on commit 89c7cad

Please sign in to comment.