![]() |
![]()
| ![]() |
![]()
NAMElightning-askrene-unreserve -- Command for informing askrene that you are no longer trying a path SYNOPSISaskrene-unreserve path DESCRIPTIONCommand added in v24.11. The askrene-unreserve RPC command tells askrene that a path attempt has finished: it should only be called after a successful askrene-reserve call. Note that additional properties inside the path elements are ignored, which is useful when used with the result of getroutes.
RETURN VALUEOn success, an empty object is returned. AUTHORRusty Russell <rusty@rustcorp.com.au> is mainly responsible. SEE ALSOlightning-getroutes(7), lightning-askrene-reserve(7), lightning-askrene-listreservations(7) RESOURCESMain web site: https://github.com/ElementsProject/lightning EXAMPLESExample 1: Request: $ lightning-cli askrene-unreserve -k "path"='[{"short_channel_id_dir": "109x1x1/1", "amount_msat": 1250000}, {"short_channel_id_dir": "123x1x1/0", "amount_msat": 1250001}]' { Response: {} Example 2: Request: $ lightning-cli askrene-unreserve -k "path"='[{"short_channel_id_dir": "109x1x1/1", "amount_msat": 1250000000000}, {"short_channel_id_dir": "123x1x1/0", "amount_msat": 1250000000000}]' { Response: {}
|