Skip to content

Commit 4364e18

Browse files
committed
correction
1 parent 7febd5b commit 4364e18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/routing/router.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1296,8 +1296,7 @@ where L::Target: Logger {
12961296
// around again with a higher amount.
12971297
if !contributes_sufficient_value || exceeds_max_path_length ||
12981298
exceeds_cltv_delta_limit || payment_failed_on_this_channel {
1299-
1300-
let logger_test = crate::util::test_utils::TestLogger::new();
1299+
13011300
let mut is_first_hop = true;
13021301
for (key , _channel) in &first_hop_targets {
13031302
if key == &$dest_node_id {

0 commit comments

Comments
 (0)