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-ASKRENE-UNRESERVE(7) LIGHTNING-ASKRENE-UNRESERVE(7)

lightning-askrene-unreserve -- Command for informing askrene that you are no longer trying a path

askrene-unreserve path

Command 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.

path (array of objects):
  • short_channel_id_dir (short_channel_id_dir): The channel and direction joining these nodes.

  • amount_msat (msat): The amount to send into this hop.

On success, an empty object is returned.

Rusty Russell <rusty@rustcorp.com.au> is mainly responsible.

lightning-getroutes(7), lightning-askrene-reserve(7), lightning-askrene-listreservations(7)

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

Example 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}]'

{

"id": "example:askrene-unreserve#1",
"method": "askrene-unreserve",
"params": {
"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}]'

{

"id": "example:askrene-unreserve#2",
"method": "askrene-unreserve",
"params": {
"path": [
{
"short_channel_id_dir": "109x1x1/1",
"amount_msat": 1250000000000
},
{
"short_channel_id_dir": "123x1x1/0",
"amount_msat": 1250000000000
}
]
} }

Response:

{}
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.