lightning-askrene-unreserve

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

SYNOPSIS

askrene-unreserve path

DESCRIPTION

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.

RETURN VALUE

On success, an empty object is returned.

AUTHOR

Rusty Russell <[email protected]> is mainly responsible.

SEE ALSO

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

RESOURCES

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