Skip to content

Commit 8d86558

Browse files
committed
Revert fuzz changes in 61bc1e0
This reverts the changes to `fuzz/src/full_stack.rs` in commit 61bc1e0 which were spuriously included after a rebase and ultimately broke the fuzzing test.
1 parent 7bb1652 commit 8d86558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzz/src/full_stack.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ fn two_peer_forwarding_seed() -> Vec<u8> {
11821182

11831183
// broadcast funding transaction
11841184
ext_from_hex("0b", &mut test);
1185-
// by now client should have sent a channel_ready (CHECK 4: SendChannelReady to 03020000 for chan 3f000000)
1185+
// by now client should have sent a channel_ready (CHECK 4: SendChannelReady to 03020000 for chan 2f000000)
11861186

11871187
// inbound read from peer id 1 of len 18
11881188
ext_from_hex("030112", &mut test);
@@ -1441,7 +1441,7 @@ fn two_peer_forwarding_seed() -> Vec<u8> {
14411441
// inbound read from peer id 0 of len 193
14421442
ext_from_hex("0300c1", &mut test);
14431443
// end of update_add_htlc from 0 to 1 via client and mac
1444-
ext_from_hex("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5300000000000000000000000000000000000000000000000000000000000000 03000000000000000000000000000000", &mut test);
1444+
ext_from_hex("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 5200000000000000000000000000000000000000000000000000000000000000 03000000000000000000000000000000", &mut test);
14451445

14461446
// inbound read from peer id 0 of len 18
14471447
ext_from_hex("030012", &mut test);

0 commit comments

Comments
 (0)