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 aef2aa6 commit 4a2c289Copy full SHA for 4a2c289
lightning/src/routing/router.rs
@@ -1271,7 +1271,7 @@ where L::Target: Logger {
1271
for channel_details in target {
1272
if let Some(short_channel_id_target) = channel_details.short_channel_id {
1273
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.");
+ log_trace!(logger, "first Hop of node id is excluded due to a failed requirement.");
1275
}
1276
1277
0 commit comments