Skip to content

Commit c239b1c

Browse files
Remove spurious commented out code line.
1 parent 669a459 commit c239b1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/util/test_utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ pub struct TestRouter<'a> {
116116
(),
117117
TestScorer,
118118
>,
119-
//pub entropy_source: &'a RandomBytes,
120119
pub network_graph: Arc<NetworkGraph<&'a TestLogger>>,
121120
pub next_routes: Mutex<VecDeque<(RouteParameters, Option<Result<Route, LightningError>>)>>,
122121
pub scorer: &'a RwLock<TestScorer>,

0 commit comments

Comments
 (0)