You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new RPC to query the reserves on a given channel.
It is necessary to know the total amount in-flight on a channel to be
able to estimate the channel's liquidity after a failed routing attempt.
Changelog-EXPERIMENTAL: askrene: add RPC askrene-query-reserve
Signed-off-by: Lagrang3 <[email protected]>
"title": "Command to query the reserved liquidity in a channel (EXPERIMENTAL)",
7
+
"description": [
8
+
"WARNING: experimental, so API may change.",
9
+
"",
10
+
"The **askrene-query-reserve** RPC command provides information about the number of in-flight HTLCs in a channel and the sum of their respective amounts."
0 commit comments