mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
wallet: out "wrong_funding" information in the db for persistence.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1323,6 +1323,8 @@ static bool wallet_channels_load_active(struct wallet *w)
|
||||
", htlc_basepoint_local" // 54
|
||||
", delayed_payment_basepoint_local" // 55
|
||||
", funding_pubkey_local" // 56
|
||||
", shutdown_wrong_txid" // 57
|
||||
", shutdown_wrong_outnum" // 58
|
||||
" FROM channels"
|
||||
" WHERE state != ?;")); //? 0
|
||||
db_bind_int(stmt, 0, CLOSED);
|
||||
|
||||
Reference in New Issue
Block a user