소스 검색

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",
 	}
 )