Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi7 committed Sep 20, 2021
1 parent 00314ef commit e6bec53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etheno/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def main(argv=None):
ganache_accounts = ["--account=%s,0x%x" % (acct.private_key, acct.balance) for acct in accounts]

ganache_args = ganache_accounts + ['-g', str(args.gas_price), '-i', str(args.network_id)]

if args.ganache_args is not None:
ganache_args += shlex.split(args.ganache_args)

Expand Down

0 comments on commit e6bec53

Please sign in to comment.