Skip to content

Commit 4bab380

Browse files
committed
f re-add cp node id
1 parent 435ba14 commit 4bab380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7188,7 +7188,7 @@ where
71887188

71897189
let mut preimage_update = ChannelMonitorUpdate {
71907190
update_id: 0, // set below
7191-
counterparty_node_id: None,
7191+
counterparty_node_id: Some(counterparty_node_id),
71927192
updates: vec![ChannelMonitorUpdateStep::PaymentPreimage {
71937193
payment_preimage,
71947194
payment_info,

0 commit comments

Comments
 (0)