X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=blockchain%2Ftxbuilder%2Frawtxsig_witness.go;fp=blockchain%2Ftxbuilder%2Frawtxsig_witness.go;h=1bc6b8459ba1aad64078b9d8529ded2ed0dc2a59;hp=dabc8c9056eed102c8208e52cb574aa01e2c2eda;hb=1337be95f74a1d2a1a7316737efde413f29bcb2f;hpb=d15598b9032d9c5a9e93ad826c409afea798afc4 diff --git a/blockchain/txbuilder/rawtxsig_witness.go b/blockchain/txbuilder/rawtxsig_witness.go index dabc8c90..1bc6b845 100644 --- a/blockchain/txbuilder/rawtxsig_witness.go +++ b/blockchain/txbuilder/rawtxsig_witness.go @@ -6,7 +6,7 @@ import ( log "github.com/sirupsen/logrus" - chainjson "github.com/vapor/encoding/json" + chainjson "github.com/bytom/vapor/encoding/json" ) // TODO(bobg): most of the code here is duplicated from