Browse Source

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

The MMGen Project 4 years ago
parent
commit
ba79fb176d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      mmgen/globalvars.py
  2. 1 1
      test/start-coin-daemons.py

+ 1 - 1
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'

+ 1 - 1
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: