]> git.bitcoin.ninja Git - rust-lightning/commit
Log how many nodes/channels we have synced when we try to route 2024-06-log-chan-count
authorMatt Corallo <git@bluematt.me>
Sun, 19 May 2024 18:35:04 +0000 (18:35 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 19 May 2024 18:36:50 +0000 (18:36 +0000)
commit7f16039d4a381648ce9c4a31b36de1455eb62856
tree881d68e2941ff397cb83d4e91993c2db2efb090a
parent1237abffa7e21a4a7fb9cad0c64a3643cd696cfb
Log how many nodes/channels we have synced when we try to route

A common issue in LN is not having fully synced the network graph
when we attempt to send a payment. This should be improved
substantially with gossip v1.5, but for now we should improve our
debugability by logging how many nodes we have in our graph when
we attempt to find a route.
lightning/src/routing/router.rs