From ba79fb176d25bb8ab77e2e8e8ae81ce6d7b6d756 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Fri, 19 Feb 2021 20:15:36 +0300 Subject: [PATCH] test/start-coin-daemons.py: minor change; bump release date --- mmgen/globalvars.py | 2 +- test/start-coin-daemons.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mmgen/globalvars.py b/mmgen/globalvars.py index d9fc45a2..76fc61b5 100755 --- a/mmgen/globalvars.py +++ b/mmgen/globalvars.py @@ -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' diff --git a/test/start-coin-daemons.py b/test/start-coin-daemons.py index 48910202..c6fbd88e 100755 --- a/test/start-coin-daemons.py +++ b/test/start-coin-daemons.py @@ -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: