fixup! dual-fund: add `require_confirmed_inputs` to RBF flows

This commit is contained in:
Christian Decker 2024-02-08 16:22:03 +01:00
parent bc98cafe9e
commit 89c7cad4b8
1 changed files with 1 additions and 1 deletions

View File

@ -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);