![]() |
![]()
| ![]() |
![]()
NAMElightning-unreserveinputs -- Release reserved UTXOs SYNOPSISunreserveinputs psbt [reserve] DESCRIPTIONThe unreserveinputs RPC command releases (or reduces reservation) on UTXOs which were previously marked as reserved, generally by lightning-reserveinputs(7).
RETURN VALUEOn success, an object containing reservations is returned. It is an array of objects, where each object contains:
If reserved is true: - reserved_to_block (u32): What blockheight the reservation will expire. ERRORSOn failure, an error is reported and no UTXOs are unreserved.
AUTHORLisa Neigut <niftynei@gmail.com> is mainly responsible. SEE ALSOlightning-unreserveinputs(7), lightning-signpsbt(7), lightning-sendpsbt(7) RESOURCESMain web site: https://github.com/ElementsProject/lightning EXAMPLESExample 1: Request: $ lightning-cli unreserveinputs -k "psbt"="cHNidP8BAgQCAAAAAQMEbwAAAAEEAQpsbt310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000310000" "reserve"=200 { Response: { Example 2: Request: $ lightning-cli unreserveinputs "cHNidP8BAgQCAAAAAQMEbwAAAAEEAQpsbt410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000410000" { Response: {
|