Skip to content

Commit 53bfc33

Browse files
committed
f rebase
1 parent e53d21f commit 53bfc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6282,7 +6282,7 @@ where
62826282

62836283
if let Some(chan) = peer_state.channel_by_id.get(&channel_id) {
62846284
return self.raa_monitor_updates_held(&peer_state.actions_blocking_raa_monitor_updates,
6285-
chan.context.get_funding_txo().unwrap(), counterparty_node_id);
6285+
chan.context().get_funding_txo().unwrap(), counterparty_node_id);
62866286
}
62876287
}
62886288
false

0 commit comments

Comments
 (0)