We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977893e commit c116598Copy full SHA for c116598
lightning/src/routing/router.rs
@@ -424,7 +424,7 @@ impl<'a> CandidateRouteHop<'a> {
424
/// Fee values should be updated only in the context of the whole path, see update_value_and_recompute_fees.
425
/// These fee values are useful to choose hops as we traverse the graph "payee-to-payer".
426
#[derive(Clone)]
427
-pub struct PathBuildingHop<'a> {
+struct PathBuildingHop<'a> {
428
// Note that this should be dropped in favor of loading it from CandidateRouteHop, but doing so
429
// is a larger refactor and will require careful performance analysis.
430
node_id: NodeId,
0 commit comments