Skip to content

Commit 4a2c289

Browse files
committed
sixth commit
1 parent aef2aa6 commit 4a2c289

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
@@ -1271,7 +1271,7 @@ where L::Target: Logger {
12711271
for channel_details in target {
12721272
if let Some(short_channel_id_target) = channel_details.short_channel_id {
12731273
if short_channel_id == short_channel_id_target {
1274-
log_trace!(logger, "first Hop of node id {our_node_id} is excluded due to a failed requirement.");
1274+
log_trace!(logger, "first Hop of node id is excluded due to a failed requirement.");
12751275
}
12761276
}
12771277
}

0 commit comments

Comments
 (0)