Skip to content
Snippets Groups Projects
Commit 748f232d authored by Anthony Martin's avatar Anthony Martin
Browse files

removed initminer check #182

parent 7e9b82db
No related branches found
No related tags found
2 merge requests!2Eclipse Update,!1steem/tinman:develop
......@@ -47,15 +47,6 @@ def main(argv):
witness_schedule = steemd.database_api.get_witness_schedule(x=None)
witnesses = witness_schedule["current_shuffled_witnesses"]
initminer = config["STEEM_INIT_MINER_NAME"]
if initminer not in witnesses:
print("[√] witnesses: %s not present" % initminer)
passfail.append(PREFLIGHT_GO)
else:
print("[X] witnesses: %s present" % initminer)
passfail.append(PREFLIGHT_NOGO)
scheduled_witnesses = witness_schedule["num_scheduled_witnesses"]
if scheduled_witnesses == config["STEEM_MAX_WITNESSES"]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment