Merge pull request #1086 from debris/solidity_std

common/compiler: compile solidity contracts with std library
pull/1111/head
Jeffrey Wilcke 10 years ago
commit 39b1fe8e44
  1. 2
      common/compiler/solidity.go

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

Loading…
Cancel
Save