steemit / tinman

Testnet management scripts
8 stars 20 forks source link

TN: Need to remove initminer detection from warden #182

Closed inertia186 closed 6 years ago

inertia186 commented 6 years ago

Currently, tinman warden watches several conditions to detect when the seed node has finished syncing from the bootstrap node. One of the conditions is whether or not initminer is listed in current_shuffled_witnesses.

[X] witnesses: initminer present

It appears that this is no longer relevant information for warden to poll for.

AC