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
Copy file name to clipboardExpand all lines: fuzz/fuzz_targets/full_stack_target.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -757,7 +757,7 @@ mod tests {
757
757
758
758
let log_entries = logger.lines.lock().unwrap();
759
759
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling SendAcceptChannel event in peer_handler for node 030000000000000000000000000000000000000000000000000000000000000000 for channel ff4f00f805273c1b203bb5ebf8436bfde57b3be8c2f5e95d9491dbb181909679".to_string())),Some(&1));// 1
760
-
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Encoding and sending message of type 35 to 030000000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&1));// 2
760
+
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling SendFundingSigned event in peer_handler for node 030000000000000000000000000000000000000000000000000000000000000000 for channel 3d00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&1));// 2
761
761
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling SendFundingLocked event in peer_handler for node 030000000000000000000000000000000000000000000000000000000000000000 for channel 3d00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&1));// 3
762
762
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling SendFundingLocked event in peer_handler for node 030200000000000000000000000000000000000000000000000000000000000000 for channel 3f00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&1));// 4
763
763
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Encoding and sending message of type 133 to 030000000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&4));// 5
0 commit comments