Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x/interchainstaking/keeper: use .IncrementBalanceWaitgroup() instead …
…of naked ++ Instead of using a naked increment for an exported struct, this change uses its .IncrementBalanceWaitgroup() which helps in logical checks. Fixes #98
- Loading branch information