local sol
This commit is contained in:
parent
e6260bb468
commit
7b68b6612d
2
main.go
2
main.go
|
@ -96,7 +96,7 @@ func main() {
|
|||
gopath = build.Default.GOPATH
|
||||
}
|
||||
fmt.Println("Reading mc_test.sol")
|
||||
counterSrc, err := filepath.Abs(gopath + "/src/github.com/ava-labs/coreth/examples/multicoin/mc_test.sol")
|
||||
counterSrc, err := filepath.Abs("mc_test.sol")
|
||||
checkError(err)
|
||||
fmt.Println("Compiling Solidity")
|
||||
contracts, err := compiler.CompileSolidity("", counterSrc)
|
||||
|
|
Loading…
Reference in New Issue