rust-lightning/lightning-background-processor/src
henghonglee 21b0818be7 Score's FeeParams as passed-in params on Routefinding functions
This PR aims to create a "stateless" scorer. Instead of passing
in fee params at construction-time, we want to parametrize the
scorer with an associated "parameter" type, which is then
passed to the router function itself, and allows passing
different parameters per route-finding call.
2023-05-10 12:53:42 -07:00
..
lib.rs Score's FeeParams as passed-in params on Routefinding functions 2023-05-10 12:53:42 -07:00