mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-06 05:49:30 +01:00
49 lines
1.1 KiB
Groff
Generated
49 lines
1.1 KiB
Groff
Generated
.TH "LIGHTNING-UNRESERVEINPUTS" "7" "" "" "lightning-unreserveinputs"
|
|
.SH NAME
|
|
lightning-unreserveinputs - Release reserved UTXOs
|
|
.SH SYNOPSIS
|
|
|
|
\fBunreserveinputs\fR \fIpsbt\fR
|
|
|
|
.SH DESCRIPTION
|
|
|
|
The \fBunreserveinputs\fR RPC command releases UTXOs which were previously
|
|
marked as reserved, generally by \fBlightning-reserveinputs\fR(7)\.
|
|
|
|
|
|
The inputs to unreserve are the inputs specified in the passed-in \fIpsbt\fR\.
|
|
|
|
.SH RETURN VALUE
|
|
|
|
On success, an object with \fIoutputs\fR will be returned\.
|
|
|
|
|
|
\fIoutputs\fR will include an entry for each input specified in the \fIpsbt\fR,
|
|
indicating the \fItxid\fR and \fIvout\fR for that input plus a boolean result
|
|
\fIunreserved\fR, which will be true if that UTXO was successfully unreserved
|
|
by this call\.
|
|
|
|
|
|
Note that restarting lightningd will unreserve all UTXOs by default\.
|
|
|
|
|
|
The following error codes may occur:
|
|
|
|
.RS
|
|
.IP \[bu]
|
|
-1: An unparseable PSBT\.
|
|
|
|
.RE
|
|
.SH AUTHOR
|
|
|
|
niftynei \fI<niftynei@gmail.com\fR> is mainly responsible\.
|
|
|
|
.SH SEE ALSO
|
|
|
|
\fBlightning-unreserveinputs\fR(7), \fBlightning-signpsbt\fR(7), \fBlightning-sendpsbt\fR(7)
|
|
|
|
.SH RESOURCES
|
|
|
|
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
|
|