Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 0e6ee10

Browse files
committed
Bugfix: typo in solc arguments
thanks @Georgi87
1 parent 567ff24 commit 0e6ee10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/_solidity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def solc_arguments(libraries=None, combined='bin,abi', optimize=True):
4545
]
4646

4747
if optimize:
48-
args.append('--optmize')
48+
args.append('--optimize')
4949

5050
if libraries is not None and len(libraries):
5151
addresses = [

0 commit comments

Comments
 (0)