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

Commit

Permalink
coinbase magic wildcard for unlock renamed primary , introduce etherb…
Browse files Browse the repository at this point in the history
…ase for block reward destination
  • Loading branch information
zelig committed Mar 26, 2015
1 parent 92babbe commit 16ffdf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scenarios/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
'--maxpeers={req_num_peers} '
'--nodekeyhex={privkey} '
'--mine={mining_state} '
'--etherbase primary'
'--unlock primary'
'--password <(echo -n test)'
'--unlock coinbase'
)
docker_run_args['cpp'] = (
'--verbosity 9 '
Expand Down

0 comments on commit 16ffdf9

Please sign in to comment.