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
@@ -807,8 +807,8 @@ mod tests {
807
807
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
808
808
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
809
809
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
810
-
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
811
-
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
810
+
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
811
+
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
812
812
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
813
813
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
814
814
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