From 78745551c077bf54151202138c2629f288769561 Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 15 Sep 2020 23:55:34 -0400 Subject: WIP: geth-tavum --- core/blocks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/blocks.go') diff --git a/core/blocks.go b/core/blocks.go index 7ad99c4..f20ba4a 100644 --- a/core/blocks.go +++ b/core/blocks.go @@ -16,7 +16,7 @@ package core -import "github.com/ava-labs/go-ethereum/common" +import "github.com/ethereum/go-ethereum/common" // BadHashes represent a set of manually tracked bad hashes (usually hard forks) var BadHashes = map[common.Hash]bool{ -- cgit v1.2.3