OSDN Git Service

modify import path (#1805)
[bytom/bytom.git] / equity / compiler / ast.go
index 41f9e6a..f921c9b 100644 (file)
@@ -6,7 +6,7 @@ import (
        "strconv"
        "strings"
 
-       chainjson "github.com/bytom/encoding/json"
+       chainjson "github.com/bytom/bytom/encoding/json"
 )
 
 // Contract is a compiled Equity contract.