diff --git a/core/vm/contracts_with_ctx.go b/core/vm/contracts_with_ctx.go index cf80f44552..e0d9e66acf 100644 --- a/core/vm/contracts_with_ctx.go +++ b/core/vm/contracts_with_ctx.go @@ -2,6 +2,9 @@ package vm import ( "fmt" + + "github.com/holiman/uint256" + "math/big" "time" @@ -9,7 +12,6 @@ import ( "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/params" - "github.com/holiman/uint256" ) // Wrapper type which allows PrecompiledContract to be used as PrecompiledContractWithCtx diff --git a/tests/fuzzers/bls12381/precompile_fuzzer.go b/tests/fuzzers/bls12381/precompile_fuzzer.go index 1c31ae91d2..5ab0f849ce 100644 --- a/tests/fuzzers/bls12381/precompile_fuzzer.go +++ b/tests/fuzzers/bls12381/precompile_fuzzer.go @@ -19,6 +19,7 @@ package bls import ( "bytes" "fmt" + "math/big" "time"