Skip to content

Commit eb5aaa2

Browse files
committed
core/types: fix tests issue
1 parent 6690bdd commit eb5aaa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/types/deposit_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ func FuzzUnpackIntoDeposit(f *testing.F) {
7171
copy(index[:], i)
7272

7373
var enc []byte
74-
enc = append(enc, depositRequestType)
7574
enc = append(enc, pubkey[:]...)
7675
enc = append(enc, wxCred[:]...)
7776
enc = append(enc, amount[:]...)

0 commit comments

Comments
 (0)