compile solidity contracts with std library

pull/1086/head
Marek Kotewicz 9 years ago
parent b2b9b3b567
commit c31f8e2bd7
  1. 2
      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",
}
)

Loading…
Cancel
Save