rust-lightning/lightning
Matt Corallo 4677e14c00 Add a method to prune stale channels from NetworkGraph
We define "stale" as "haven't heard an updated channel_update in
two weeks", as described in BOLT 7.

We also filter out stale channels at write-time for `std` users, as
we can look up the current time.
2021-12-16 18:33:24 +00:00
..
src Add a method to prune stale channels from NetworkGraph 2021-12-16 18:33:24 +00:00
Cargo.toml Drop allow_wallclock_use feature in favor of simply using std 2021-12-16 18:33:24 +00:00