OSDN Git Service

rename (#465)
[bytom/vapor.git] / blockchain / txbuilder / signing_instruction.go
index bf04773..6a11198 100644 (file)
@@ -3,9 +3,9 @@ package txbuilder
 import (
        "encoding/json"
 
-       "github.com/vapor/crypto/ed25519/chainkd"
-       chainjson "github.com/vapor/encoding/json"
-       "github.com/vapor/errors"
+       "github.com/bytom/vapor/crypto/ed25519/chainkd"
+       chainjson "github.com/bytom/vapor/encoding/json"
+       "github.com/bytom/vapor/errors"
 )
 
 func (si *SigningInstruction) AddDataWitness(data chainjson.HexBytes) {