lightning-txsend - Command to sign and send transaction from txprepare
txsend txid
The txsend RPC command signs and broadcasts a transaction created by txprepare.
On success, an object with attributes tx and txid will be returned.
tx represents the fully signed raw bitcoin transaction, and txid is the same as the txid argument.
On failure, an error is reported (from bitcoind), and the inputs from the transaction are unreserved.
The following error codes may occur:
- -1: Catchall nonspecific error.
Rusty Russell <[email protected]> is mainly responsible.
lightning-txprepare(7), lightning-txdiscard(7)
Main web site: https://github.com/ElementsProject/lightning
Last updated 2019-06-08 16:03:59 CEST