mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
wallet: keep a list of unreleased transactions.
We're going to use this in the next patch. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -831,6 +831,7 @@ int main(int argc, char *argv[])
|
||||
* unreserving UTXOs (see #1737) */
|
||||
db_begin_transaction(ld->wallet->db);
|
||||
tal_free(ld->jsonrpc);
|
||||
free_unreleased_txs(ld->wallet);
|
||||
db_commit_transaction(ld->wallet->db);
|
||||
|
||||
remove(ld->pidfile);
|
||||
|
||||
Reference in New Issue
Block a user