EOS-Nation / bpvalidate

Tools to validate BPs have set up their public configuration correctly
MIT License
20 stars 19 forks source link

Error if "producer_key" is associated with active/owner accounts #26

Closed DenisCarriere closed 6 years ago

DenisCarriere commented 6 years ago

An ❌ Error should occur if the following =>

producer_public_key (bp.json) or producer_key (regproducer on chain) is associated to any active/owner accounts.

$ cleos get accounts <PUBLIC KEY>
{
  "account_names": []
}

👍 If account_names is empty 👎 if account_names is equal to producer account