X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=consensus%2Fsegwit%2Fsegwit.go;h=751514176433aaab490beabf2a4b82d64e781cc4;hp=5f62f3383ddb097cd8682e84769eadf8b67d1c92;hb=1337be95f74a1d2a1a7316737efde413f29bcb2f;hpb=08281341c2cb02ba11d4218576256688854790fc diff --git a/consensus/segwit/segwit.go b/consensus/segwit/segwit.go index 5f62f338..75151417 100644 --- a/consensus/segwit/segwit.go +++ b/consensus/segwit/segwit.go @@ -3,9 +3,9 @@ package segwit import ( "errors" - "github.com/vapor/consensus" - "github.com/vapor/protocol/vm" - "github.com/vapor/protocol/vm/vmutil" + "github.com/bytom/vapor/consensus" + "github.com/bytom/vapor/protocol/vm" + "github.com/bytom/vapor/protocol/vm/vmutil" ) func IsP2WScript(prog []byte) bool {