You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Check that even though the persister is returning a InProgress,
142
-
// because the update is bogus, ultimately the error that's returned
143
-
// should be a PermanentFailure.
144
-
ifletChannelMonitorUpdateStatus::PermanentFailure = chain_mon.chain_monitor.update_channel(outpoint,&update){}else{panic!("Expected monitor error to be permanent");}
145
-
logger.assert_log_regex("lightning::chain::chainmonitor", regex::Regex::new("Persistence of ChannelMonitorUpdate for channel [0-9a-f]* in progress").unwrap(),1);
// Check that even though the persister is returning a InProgress,
142
+
// because the update is bogus, ultimately the error that's returned
143
+
// should be a PermanentFailure.
144
+
ifletChannelMonitorUpdateStatus::PermanentFailure = chain_mon.chain_monitor.update_channel(outpoint,&update){}else{panic!("Expected monitor error to be permanent");}
145
+
logger.assert_log_regex("lightning::chain::chainmonitor", regex::Regex::new("Persistence of ChannelMonitorUpdate for channel [0-9a-f]* in progress").unwrap(),1);
0 commit comments