Skip to content

Commit 5272b20

Browse files
committed
f sp
1 parent 2aa45a7 commit 5272b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/chanmon_update_fail_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ fn test_monitor_and_persister_update_fail() {
104104
if let ChannelMonitorUpdateStatus::InProgress = chain_mon.chain_monitor.update_channel(outpoint, &update) {} else { panic!("Expected monitor paused"); }
105105
logger.assert_log_regex("lightning::chain::chainmonitor", regex::Regex::new("Failed to update ChannelMonitor for channel [0-9a-f]*.").unwrap(), 1);
106106

107-
// Apply the montior update to the original ChainMonitor, ensuring the
107+
// Apply the monitor update to the original ChainMonitor, ensuring the
108108
// ChannelManager and ChannelMonitor aren't out of sync.
109109
assert_eq!(nodes[0].chain_monitor.update_channel(outpoint, &update),
110110
ChannelMonitorUpdateStatus::Completed);

0 commit comments

Comments
 (0)