diff options
Diffstat (limited to 'consensus/misc/forks.go')
-rw-r--r-- | consensus/misc/forks.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/consensus/misc/forks.go b/consensus/misc/forks.go index 06792b0..72b7124 100644 --- a/consensus/misc/forks.go +++ b/consensus/misc/forks.go @@ -21,7 +21,7 @@ import ( "github.com/ava-labs/coreth/core/types" "github.com/ava-labs/coreth/params" - "github.com/ava-labs/go-ethereum/common" + "github.com/ethereum/go-ethereum/common" ) // VerifyForkHashes verifies that blocks conforming to network hard-forks do have |