rust-lightning/lightning
Matt Corallo cc4bc1df5a Rename CandidateRouteHop::FirstHop::node_id and make it a ref
Rather than calling `CandidateRouteHop::FirstHop::node_id` just
`node_id`, we should call it `payer_node_id` to provide more
context.

We also take this opportunity to make it a reference, avoiding
bloating `CandidateRouteHop`.
2023-12-08 20:45:06 +00:00
..
src Rename CandidateRouteHop::FirstHop::node_id and make it a ref 2023-12-08 20:45:06 +00:00
Cargo.toml Bump rust-bitcoin to v0.30.2 2023-11-22 15:58:01 -08:00