FreeBSD Manual Pages
LIGHTNING-TXDISCARD(7) lightning-txdiscard LIGHTNING-TXDISCARD(7) NAME lightning-txdiscard - Abandon a transaction from txprepare, release in- puts SYNOPSIS txdiscard txid DESCRIPTION The txdiscard RPC command releases inputs which were reserved for use of the txid from lightning-txprepare(7). RETURN VALUE On success, an object with attributes unsigned_tx and txid will be re- turned, exactly as from lightning-txprepare(7). If there is no matching txid, an error is reported. Note that this may happen due to incorrect usage (such as txdiscard or txsend already be- ing called for txid) or due to lightningd restarting, which implicitly calls txdiscard on all outputs. The following error codes may occur: o -1: An unknown txid. AUTHOR Rusty Russell _rusty@rustcorp.com.au> is mainly responsible. SEE ALSO lightning-txprepare(7), lightning-txsend(7) RESOURCES Main web site: https://github.com/ElementsProject/lightning LIGHTNING-TXDISCARD(7)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | AUTHOR | SEE ALSO | RESOURCES
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lightning-txdiscard&sektion=7&manpath=FreeBSD+13.0-RELEASE+and+Ports>