mirror of
https://github.com/chaintool-py/eth-erc20.git
synced 2024-11-21 17:26:47 +01:00
Correct optional arg return for bytecode
This commit is contained in:
parent
db30d4aaf4
commit
15b6b4fa46
@ -115,5 +115,5 @@ def args(v):
|
||||
if v == 'create':
|
||||
return (['name', 'symbol', 'decimals'], ['version'],)
|
||||
elif v == 'default' or v == 'bytecode':
|
||||
return ([], 'version',)
|
||||
return ([], ['version'],)
|
||||
raise ValueError('unknown command: ' + v)
|
||||
|
Loading…
Reference in New Issue
Block a user