OSDN Git Service

Merge pull request #1813 from Bytom/dev
[bytom/bytom.git] / equity / compiler / compile.go
index ddaf496..23346fb 100644 (file)
@@ -6,10 +6,10 @@ import (
        "io"
        "io/ioutil"
 
-       chainjson "github.com/bytom/encoding/json"
-       "github.com/bytom/errors"
-       "github.com/bytom/protocol/vm"
-       "github.com/bytom/protocol/vm/vmutil"
+       chainjson "github.com/bytom/bytom/encoding/json"
+       "github.com/bytom/bytom/errors"
+       "github.com/bytom/bytom/protocol/vm"
+       "github.com/bytom/bytom/protocol/vm/vmutil"
 )
 
 // ValueInfo describes how a blockchain value is used in a contract