OSDN Git Service

fix
authorHAOYUatHZ <haoyu@protonmail.com>
Sat, 8 Jun 2019 09:17:12 +0000 (17:17 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Sat, 8 Jun 2019 09:17:12 +0000 (17:17 +0800)
federation/config/config.go

index fa2508e..9fe10fd 100644 (file)
@@ -6,7 +6,7 @@ import (
 
        log "github.com/sirupsen/logrus"
 
-       "github.com/bytom/crypto/ed25519/chainkd"
+       "github.com/vapor/crypto/ed25519/chainkd"
 )
 
 func NewConfig() *Config {