|
NAMElightning-unreserveinputs - Release reserved UTXOsSYNOPSISunreserveinputs psbt [reserve]DESCRIPTIONThe 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. RETURN VALUEOn success, an object containing reservations is returned. It is an array of objects, where each object contains:
If reserved is true:
On failure, an error is reported and no UTXOs are unreserved. The following error codes may occur:
AUTHORniftynei <niftynei@gmail.com> is mainly responsible.SEE ALSOlightning-unreserveinputs(7), lightning-signpsbt(7), lightning-sendpsbt(7)RESOURCESMain web site: https://github.com/ElementsProject/lightning Visit the GSP FreeBSD Man Page Interface. |