OSDN Git Service

fix_check_isPartialTrade (#525)
[bytom/vapor.git] / testutil / hex.go
index 84fbdc9..c399452 100644 (file)
@@ -6,7 +6,7 @@ import (
        "io"
        "testing"
 
-       "github.com/vapor/protocol/bc"
+       "github.com/bytom/vapor/protocol/bc"
 )
 
 func MustDecodeHash(s string) (h bc.Hash) {