OSDN Git Service

rename (#465)
[bytom/vapor.git] / consensus / segwit / segwit.go
index 5f62f33..7515141 100644 (file)
@@ -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 {