mirror of
https://github.com/logos-co/staking.git
synced 2025-01-09 18:25:56 +00:00
70b092ab00
This primarily adds a rule that ensures that, when an account's `balance` changes, `_processAccount()` must have been called as well. There's very few exceptions where an account's `balance` can change without the need of `_processAccount()` but those functions have been deliberately excluded from the rule.