mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
core/types: fix tests issue
This commit is contained in:
parent
6690bdd2b0
commit
eb5aaa2579
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ func FuzzUnpackIntoDeposit(f *testing.F) {
|
||||||
copy(index[:], i)
|
copy(index[:], i)
|
||||||
|
|
||||||
var enc []byte
|
var enc []byte
|
||||||
enc = append(enc, depositRequestType)
|
|
||||||
enc = append(enc, pubkey[:]...)
|
enc = append(enc, pubkey[:]...)
|
||||||
enc = append(enc, wxCred[:]...)
|
enc = append(enc, wxCred[:]...)
|
||||||
enc = append(enc, amount[:]...)
|
enc = append(enc, amount[:]...)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue