Closed
Description
https://github.com/rust-bitcoin/rust-lightning/blob/master/src/ln/router.rs#L356-L364
some questions:
- which callsite(s) would invoke this function? trying to see how to test it.
- where should we store the state for marking it bad?
- I'm thinking
struct NodeInfo
. We can add a field that stores a timestamp for when it was marked bad, which will let us calculate the exponential decay. Let me know if you have other thoughts.
cc @TheBlueMatt
Metadata
Metadata
Assignees
Labels
No labels