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

lightning-askrene-age -- Command for expiring information in a layer

askrene-age layer cutoff

Command added in v24.11.

The askrene-age RPC command tells askrene that information added to a layer by askrene-inform-channel beyond a certain age is less useful. It currently completely forgets constraints older than cutoff.

  • layer (string): The name of the layer to apply this change to.

  • cutoff (u64): The UNIX timestamp: constraints older than this will be forgotten.

On success, an object is returned, containing:

  • layer (string): The layer parameter provided.

  • num_removed (u64): The number of constraints removed from layer

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

lightning-getroutes(7), lightning-askrene-inform-channel(7), lightning-askrene-listlayers(7)

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

Example 1:

Request:

$ lightning-cli askrene-age -k "layer"="test_layers" "cutoff"=1738000000

{

"id": "example:askrene-age#1",
"method": "askrene-age",
"params": {
"layer": "test_layers",
"cutoff": 1738000000
} }

Response:

{

"layer": "test_layers",
"num_removed": 1 }
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.