test/start-coin-daemons.py: minor change; bump release date
This commit is contained in:
parent
cb7f38370b
commit
ba79fb176d
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ class GlobalContext(Lockable):
|
|||
|
||||
# Constants:
|
||||
version = '0.12.199'
|
||||
release_date = 'July 2020'
|
||||
release_date = 'February 2021'
|
||||
|
||||
proj_name = 'MMGen'
|
||||
proj_url = 'https://github.com/mmgen/mmgen'
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ for network_id in ids:
|
|||
d.debug = opt.debug
|
||||
d.wait = not opt.no_wait
|
||||
if opt.get_state:
|
||||
print('{} {} is {}'.format(d.net_desc,d.desc,d.state))
|
||||
print('{} {} (port {}) is {}'.format(d.net_desc,d.desc,d.rpc_port,d.state))
|
||||
elif opt.testing:
|
||||
print(' '.join(getattr(d,action+'_cmd')))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue