Browse Source

compile solidity contracts with std library

Marek Kotewicz 10 years ago
parent
commit
c31f8e2bd7
1 changed files with 2 additions and 0 deletions
  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",
 	}
 )