]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Remove spurious commented out code line.
authorValentine Wallace <vwallace@protonmail.com>
Wed, 3 Jul 2024 18:28:11 +0000 (14:28 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 3 Jul 2024 18:28:20 +0000 (14:28 -0400)
lightning/src/util/test_utils.rs

index 1006113f7a31a7a293ef2563110548d6494d5bda..f3090ffbae14e1fb53c883ecaad92c8f25c4e720 100644 (file)
@@ -116,7 +116,6 @@ pub struct TestRouter<'a> {
                (),
                TestScorer,
        >,
-       //pub entropy_source: &'a RandomBytes,
        pub network_graph: Arc<NetworkGraph<&'a TestLogger>>,
        pub next_routes: Mutex<VecDeque<(RouteParameters, Option<Result<Route, LightningError>>)>>,
        pub scorer: &'a RwLock<TestScorer>,