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(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).

  • psbt (string): Inputs to unreserve are the inputs specified in the passed-in psbt.

  • reserve (u32, optional): The number of blocks to decrease reservation by. The 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.

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

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

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

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

Example 1:

Request:

$ lightning-cli unreserveinputs -k "psbt"="cHNidP8BAgQCAAAAAQMEbwAAAAEEAQpsbt310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000" "reserve"=200

{

"id": "example:unreserveinputs#1",
"method": "unreserveinputs",
"params": {
"psbt": "cHNidP8BAgQCAAAAAQMEbwAAAAEEAQpsbt310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000",
"reserve": 200
} }

Response:

{

"reservations": [] }

Example 2:

Request:

$ lightning-cli unreserveinputs "cHNidP8BAgQCAAAAAQMEbwAAAAEEAQpsbt410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000"

{

"id": "example:unreserveinputs#2",
"method": "unreserveinputs",
"params": [
"cHNidP8BAgQCAAAAAQMEbwAAAAEEAQpsbt410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000"
] }

Response:

{

"reservations": [] }
Core Lightning v25.02.2

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.