mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
less .skip
This commit is contained in:
parent
23ca1b4a6f
commit
99e371c421
@ -230,7 +230,7 @@ func splitDataset(in TxSlots) (TxSlots, TxSlots, TxSlots, TxSlots) {
|
|||||||
return p1, p2, p3, p4
|
return p1, p2, p3, p4
|
||||||
}
|
}
|
||||||
|
|
||||||
func FuzzOnNewBlocks10(f *testing.F) {
|
func FuzzOnNewBlocks11(f *testing.F) {
|
||||||
var u64 = [1 * 4]byte{1}
|
var u64 = [1 * 4]byte{1}
|
||||||
var sender = [1 + 1 + 1]byte{1}
|
var sender = [1 + 1 + 1]byte{1}
|
||||||
f.Add(u64[:], u64[:], u64[:], u64[:], sender[:], 1, 2)
|
f.Add(u64[:], u64[:], u64[:], u64[:], sender[:], 1, 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user