OSDN Git Service

Change lib directory
[bytom/bytom-spv.git] / account / accounts.go
index 6828bef..cded708 100644 (file)
@@ -10,18 +10,18 @@ import (
        log "github.com/sirupsen/logrus"
        dbm "github.com/tendermint/tmlibs/db"
 
-       "github.com/bytom/blockchain/signers"
-       "github.com/bytom/blockchain/txbuilder"
-       "github.com/bytom/common"
-       "github.com/bytom/consensus"
-       "github.com/bytom/consensus/segwit"
-       "github.com/bytom/crypto"
-       "github.com/bytom/crypto/ed25519/chainkd"
-       "github.com/bytom/crypto/sha3pool"
-       "github.com/bytom/errors"
-       "github.com/bytom/protocol"
-       "github.com/bytom/protocol/bc"
-       "github.com/bytom/protocol/vm/vmutil"
+       "github.com/bytom-spv/blockchain/signers"
+       "github.com/bytom-spv/blockchain/txbuilder"
+       "github.com/bytom-spv/common"
+       "github.com/bytom-spv/consensus"
+       "github.com/bytom-spv/consensus/segwit"
+       "github.com/bytom-spv/crypto"
+       "github.com/bytom-spv/crypto/ed25519/chainkd"
+       "github.com/bytom-spv/crypto/sha3pool"
+       "github.com/bytom-spv/errors"
+       "github.com/bytom-spv/protocol"
+       "github.com/bytom-spv/protocol/bc"
+       "github.com/bytom-spv/protocol/vm/vmutil"
 )
 
 const (