瀏覽代碼

compile solidity contracts with std library

Marek Kotewicz 10 年之前
父節點
當前提交
c31f8e2bd7
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      common/compiler/solidity.go

+ 2 - 0
common/compiler/solidity.go

@@ -34,6 +34,8 @@ var (
 		"file",           //
 		"--natspec-dev",  // Request to output the contract's Natspec developer documentation.
 		"file",
+		"--add-std",
+		"1",
 	}
 )