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 92a5ef0 commit bcd0576Copy full SHA for bcd0576
lightning/src/ln/channelmanager.rs
@@ -5634,7 +5634,9 @@ where
5634
} else if definitely_duplicate {
5635
if let Some(other_chan) = chan_to_release {
5636
Some(MonitorUpdateCompletionAction::FreeOtherChannelImmediately {
5637
- downstream_counterparty_and_funding_outpoint: other_chan,
+ downstream_counterparty_node_id: other_chan.0,
5638
+ downstream_funding_outpoint: other_chan.1,
5639
+ blocking_action: other_chan.2,
5640
})
5641
} else { None }
5642
} else {
0 commit comments