diff options
Diffstat (limited to 'consensus/consensus.go')
-rw-r--r-- | consensus/consensus.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/consensus/consensus.go b/consensus/consensus.go index 487b07be7..12dd40aef 100644 --- a/consensus/consensus.go +++ b/consensus/consensus.go @@ -20,11 +20,11 @@ package consensus import ( "math/big" - "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/core/state" - "github.com/ethereum/go-ethereum/core/types" - "github.com/ethereum/go-ethereum/params" - "github.com/ethereum/go-ethereum/rpc" + "github.com/dexon-foundation/dexon/common" + "github.com/dexon-foundation/dexon/core/state" + "github.com/dexon-foundation/dexon/core/types" + "github.com/dexon-foundation/dexon/params" + "github.com/dexon-foundation/dexon/rpc" ) // ChainReader defines a small collection of methods needed to access the local |