Skip to content

Commit 84b8607

Browse files
committed
Remove non-existing solc argument
Without this change pyethereum will no longer work with solidity >= 0.4.21 Solidity issue: ethereum/solidity#3695
1 parent cba5954 commit 84b8607

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ethereum/tools/_solidity.py

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def solc_arguments(libraries=None, combined='bin,abi',
5656
""" Build the arguments to call the solc binary. """
5757
args = [
5858
'--combined-json', combined,
59-
'--add-std'
6059
]
6160

6261
if optimize:

0 commit comments

Comments
 (0)