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 6a175b9 commit 8449c71Copy full SHA for 8449c71
lightning/src/routing/router.rs
@@ -45,7 +45,7 @@ pub trait Router {
45
#[cfg(not(any(test, feature = "_test_utils")))]
46
pub struct InFlightHtlcs(HashMap<(u64, bool), u64>);
47
#[cfg(any(test, feature = "_test_utils"))]
48
-pub struct InFlightHtlcs(pub HashMap<(u64, bool), u64>);
+pub struct InFlightHtlcs(HashMap<(u64, bool), u64>);
49
50
impl InFlightHtlcs {
51
/// Constructs an empty `InFlightHtlcs`.
0 commit comments