X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=blockchain%2Ftxbuilder%2Fsigning_instruction.go;h=6a111980b35de7aef8df548de650ff2e8f576f6e;hp=bf04773a04a81c80c4de06c8653210a419cbaf5f;hb=1337be95f74a1d2a1a7316737efde413f29bcb2f;hpb=d15598b9032d9c5a9e93ad826c409afea798afc4 diff --git a/blockchain/txbuilder/signing_instruction.go b/blockchain/txbuilder/signing_instruction.go index bf04773a..6a111980 100644 --- a/blockchain/txbuilder/signing_instruction.go +++ b/blockchain/txbuilder/signing_instruction.go @@ -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) {