Skip to content

Commit c116598

Browse files
committed
Fix PathBuildingHop visibility
1 parent 977893e commit c116598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ impl<'a> CandidateRouteHop<'a> {
424424
/// Fee values should be updated only in the context of the whole path, see update_value_and_recompute_fees.
425425
/// These fee values are useful to choose hops as we traverse the graph "payee-to-payer".
426426
#[derive(Clone)]
427-
pub struct PathBuildingHop<'a> {
427+
struct PathBuildingHop<'a> {
428428
// Note that this should be dropped in favor of loading it from CandidateRouteHop, but doing so
429429
// is a larger refactor and will require careful performance analysis.
430430
node_id: NodeId,

0 commit comments

Comments
 (0)