Skip to content

Commit 81c12e4

Browse files
committed
f fly -> unblock
1 parent 82e1a2b commit 81c12e4

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
@@ -5896,7 +5896,7 @@ where
58965896
}
58975897
if let hash_map::Entry::Occupied(mut chan) = peer_state.channel_by_id.entry(channel_funding_outpoint.to_channel_id()) {
58985898
debug_assert_eq!(chan.get().get_funding_txo().unwrap(), channel_funding_outpoint);
5899-
if let Some((monitor_update, further_update_exists)) = chan.get_mut().fly_next_unflown_monitor_update() {
5899+
if let Some((monitor_update, further_update_exists)) = chan.get_mut().unblock_next_blocked_monitor_update() {
59005900
log_debug!(self.logger, "Unlocking monitor updating for channel {} and updating monitor",
59015901
log_bytes!(&channel_funding_outpoint.to_channel_id()[..]));
59025902
let update_res = self.chain_monitor.update_channel(channel_funding_outpoint, monitor_update);

0 commit comments

Comments
 (0)