File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5896,7 +5896,7 @@ where
5896
5896
}
5897
5897
if let hash_map:: Entry :: Occupied ( mut chan) = peer_state. channel_by_id . entry ( channel_funding_outpoint. to_channel_id ( ) ) {
5898
5898
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 ( ) {
5900
5900
log_debug ! ( self . logger, "Unlocking monitor updating for channel {} and updating monitor" ,
5901
5901
log_bytes!( & channel_funding_outpoint. to_channel_id( ) [ ..] ) ) ;
5902
5902
let update_res = self . chain_monitor . update_channel ( channel_funding_outpoint, monitor_update) ;
You can’t perform that action at this time.
0 commit comments