diff options
Diffstat (limited to 'consensus/misc/forks.go')
-rw-r--r-- | consensus/misc/forks.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/consensus/misc/forks.go b/consensus/misc/forks.go index 4a5e7c37e..a73896252 100644 --- a/consensus/misc/forks.go +++ b/consensus/misc/forks.go @@ -19,9 +19,9 @@ package misc import ( "fmt" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/types" - "github.com/ethereum/go-ethereum/params" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/core/types" + "github.com/dexon-foundation/dexon/params" ) // VerifyForkHashes verifies that blocks conforming to network hard-forks do have |