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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -760,8 +760,8 @@ mod tests {
760
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
-
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
764
-
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Encoding and sending message of type 132 to 030000000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&3));// 6
763
+
assert_eq!(log_entries.get(&("lightning::ln::peer_handler".to_string(),"Handling SendRevokeAndACK event in peer_handler for node 030000000000000000000000000000000000000000000000000000000000000000 for channel 3d00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&4));// 5
764
+
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, 0 fails for channel 3d00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&3));// 6
765
765
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 3f00000000000000000000000000000000000000000000000000000000000000".to_string())),Some(&3));// 7
766
766
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
767
767
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(&1));// 9
0 commit comments