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 7b02e89 commit 5f6ed73Copy full SHA for 5f6ed73
lightning/src/routing/router.rs
@@ -1719,6 +1719,7 @@ impl<'a> core::fmt::Debug for PathBuildingHop<'a> {
1719
.field("source_node_id", &self.candidate.source())
1720
.field("target_node_id", &self.candidate.target())
1721
.field("short_channel_id", &self.candidate.short_channel_id())
1722
+ .field("is_first_hop_target", &self.is_first_hop_target)
1723
.field("total_fee_msat", &self.total_fee_msat)
1724
.field("next_hops_fee_msat", &self.next_hops_fee_msat)
1725
.field("hop_use_fee_msat", &self.hop_use_fee_msat)
0 commit comments