mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Fix: Store the transaction(broadcast by txsend) into DB
This commit is contained in:
@@ -397,6 +397,10 @@ static struct command_result *json_txsend(struct command *cmd,
|
||||
/* We're the owning cmd now. */
|
||||
utx->wtx->cmd = cmd;
|
||||
|
||||
wallet_transaction_add(cmd->ld->wallet, utx->tx, 0, 0);
|
||||
wallet_transaction_annotate(cmd->ld->wallet, &utx->txid,
|
||||
TX_UNKNOWN, 0);
|
||||
|
||||
return broadcast_and_wait(cmd, utx);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user