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
let monitor = Arc::new(channelmonitor::ChainMonitor::new(None, broadcast.clone(),Arc::clone(&logger), fee_est.clone()));
336
+
let monitor = Arc::new(chainmonitor::ChainMonitor::new(None, broadcast.clone(),Arc::clone(&logger), fee_est.clone()));
337
337
338
338
let keys_manager = Arc::new(KeyProvider{node_secret: our_network_key.clone(),counter:AtomicU64::new(0)});
339
339
letmut config = UserConfig::default();
@@ -900,6 +900,6 @@ mod tests {
900
900
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling UpdateHTLCs event in peer_handler for node 030200000000000000000000000000000000000000000000000000000000000000 with 1 adds, 0 fulfills, 0 fails for channel 3900000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&3));// 7
901
901
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling UpdateHTLCs event in peer_handler for node 030000000000000000000000000000000000000000000000000000000000000000 with 0 adds, 1 fulfills, 0 fails for channel 3d00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&1));// 8
902
902
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling UpdateHTLCs event in peer_handler for node 030000000000000000000000000000000000000000000000000000000000000000 with 0 adds, 0 fulfills, 1 fails for channel 3d00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&2));// 9
903
-
assert_eq!(log_entries.get(&("lightning::ln::channelmonitor".to_string(),"Input spending counterparty commitment tx (00000000000000000000000000000000000000000000000000000000000000a1:0) in 0000000000000000000000000000000000000000000000000000000000000018 resolves outbound HTLC with payment hash ff00000000000000000000000000000000000000000000000000000000000000 with timeout".to_string())),Some(&1));// 10
903
+
assert_eq!(log_entries.get(&("lightning::chain::chainmonitor".to_string(),"Input spending counterparty commitment tx (00000000000000000000000000000000000000000000000000000000000000a1:0) in 0000000000000000000000000000000000000000000000000000000000000018 resolves outbound HTLC with payment hash ff00000000000000000000000000000000000000000000000000000000000000 with timeout".to_string())),Some(&1));// 10
0 commit comments