Skip to content

Commit

Permalink
Update fuzzing/fuzzer_worker.go
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush authored Aug 27, 2024
1 parent 533b2fe commit a0fa5ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fuzzing/fuzzer_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ func (fw *FuzzerWorker) shrinkCallSequence(callSequence calls.CallSequence, shri
if lastMessageResult.Receipt.Status == types.ReceiptStatusFailed {
withoutReverts = append(withoutReverts[:i], withoutReverts[i+1:]...)
}
shrinkLimit--
}
// Test the sequence with all reverts removed.
validShrunkSequence, err := fw.testShrunkenCallSequence(withoutReverts, shrinkRequest)
Expand Down

0 comments on commit a0fa5ad

Please sign in to comment.