test/start-coin-daemons.py: minor change; bump release date

This commit is contained in:
The MMGen Project 2021-02-19 20:15:36 +03:00
commit ba79fb176d
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -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: