diff options
Diffstat (limited to 'core/crypto/utils.go')
-rw-r--r-- | core/crypto/utils.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/crypto/utils.go b/core/crypto/utils.go index cb4decd..d56c28a 100644 --- a/core/crypto/utils.go +++ b/core/crypto/utils.go @@ -21,7 +21,7 @@ import ( "encoding/hex" "fmt" - "github.com/ethereum/go-ethereum/crypto" + "github.com/dexon-foundation/dexon/crypto" "github.com/dexon-foundation/dexon-consensus-core/common" ) |