OSDN Git Service

modify import path (#1805)
[bytom/bytom.git] / crypto / ed25519 / chainkd / chainkd.go
index 3629fec..c2cc25d 100644 (file)
@@ -6,8 +6,8 @@ import (
        "crypto/sha512"
        "io"
 
-       "github.com/bytom/crypto/ed25519"
-       "github.com/bytom/crypto/ed25519/ecmath"
+       "github.com/bytom/bytom/crypto/ed25519"
+       "github.com/bytom/bytom/crypto/ed25519/ecmath"
 )
 
 type (