GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LIGHTNING-UNRESERVEINPUTS(7) lightning-unreserveinputs LIGHTNING-UNRESERVEINPUTS(7)

lightning-unreserveinputs - Release reserved UTXOs

unreserveinputs psbt [reserve]

The unreserveinputs RPC command releases (or reduces reservation) on UTXOs which were previously marked as reserved, generally by lightning-reserveinputs(7).

The inputs to unreserve are the inputs specified in the passed-in psbt.

If reserve is specified, it is the number of blocks to decrease reservation by; default is 72.

On success, an object containing reservations is returned. It is an array of objects, where each object contains:

txid (txid): the transaction id
vout (u32): the output number which was reserved
was_reserved (boolean): whether the input was already reserved (usually true)
reserved (boolean): whether the input is now reserved (may still be true if it was reserved for a long time)

If reserved is true:

reserved_to_block (u32): what blockheight the reservation will expire

On failure, an error is reported and no UTXOs are unreserved.

The following error codes may occur:

-32602: Invalid parameter, i.e. an unparseable PSBT.

niftynei <niftynei@gmail.com> is mainly responsible.

lightning-unreserveinputs(7), lightning-signpsbt(7), lightning-sendpsbt(7)

Main web site: https://github.com/ElementsProject/lightning


Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.