2019-08-10 02:12:44 +02:00
|
|
|
.TH "LIGHTNING-TXDISCARD" "7" "" "" "lightning-txdiscard"
|
|
|
|
.SH NAME
|
2019-08-31 14:30:56 +02:00
|
|
|
lightning-txdiscard - Abandon a transaction from txprepare, release inputs
|
2019-08-10 02:12:44 +02:00
|
|
|
.SH SYNOPSIS
|
|
|
|
|
2019-06-05 09:00:05 +02:00
|
|
|
\fBtxdiscard\fR \fItxid\fR
|
2019-08-10 02:12:44 +02:00
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
|
|
|
|
The \fBtxdiscard\fR RPC command releases inputs which were reserved for
|
|
|
|
use of the \fItxid\fR from \fBlightning-txprepare\fR(7)\.
|
|
|
|
|
|
|
|
.SH RETURN VALUE
|
|
|
|
|
|
|
|
On success, an object with attributes \fIunsigned_tx\fR and \fItxid\fR will be
|
|
|
|
returned, exactly as from \fBlightning-txprepare\fR(7)\.
|
|
|
|
|
|
|
|
|
|
|
|
If there is no matching \fItxid\fR, an error is reported\. Note that this may
|
|
|
|
happen due to incorrect usage (such as \fBtxdiscard\fR or \fBtxsend\fR
|
|
|
|
already being called for \fItxid\fR) or due to lightningd restarting, which
|
|
|
|
implicitly calls \fBtxdiscard\fR on all outputs\.
|
|
|
|
|
|
|
|
|
2019-06-05 09:00:05 +02:00
|
|
|
The following error codes may occur:
|
2019-08-10 02:12:44 +02:00
|
|
|
|
2020-06-25 07:10:41 +02:00
|
|
|
.RS
|
2019-08-10 02:12:44 +02:00
|
|
|
.IP \[bu]
|
|
|
|
-1: An unknown \fItxid\fR\.
|
|
|
|
|
2020-06-25 07:10:41 +02:00
|
|
|
.RE
|
2019-08-10 02:12:44 +02:00
|
|
|
.SH AUTHOR
|
|
|
|
|
2019-08-31 14:30:56 +02:00
|
|
|
Rusty Russell \fI<rusty@rustcorp.com.au\fR> is mainly responsible\.
|
2019-08-10 02:12:44 +02:00
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
|
|
|
|
\fBlightning-txprepare\fR(7), \fBlightning-txsend\fR(7)
|
|
|
|
|
|
|
|
.SH RESOURCES
|
|
|
|
|
2019-08-31 14:30:56 +02:00
|
|
|
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
2019-08-10 02:12:44 +02:00
|
|
|
|
2020-08-31 03:13:23 +02:00
|
|
|
\" SHA256STAMP:cd4c671bd56e7afbe224cceb4e454da314e4ac08bb15618780e06da6c12310ed
|