cryptiumlabs / backerei

Automated reward payment & account management for Tezos bakers.
https://cryptium.ch/networks/tezos
GNU General Public License v3.0
49 stars 11 forks source link

fix #62 where the baker is erroneously counted as a delegate #63

Closed nicolasochem closed 4 years ago

nicolasochem commented 4 years ago

The RPC may have changed, so it does not happen with all bakers, but in many cases, the baker pubkey hash is part of the list of delegators which cause a safety check to fail. We are explicitely removing it if it is present.