You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue here is that we weren't truncating multiplication and division (particularly the latter), so token amounts paid to validators could have been rounded up, resulting in more tokens allocated in total than had been collected in fees and generated by inflation.
I've implemented the appropriate truncation in #3728.
Summary of Bug
Error during fee allocation(distr module). At some point, the total sum of allocated token > initial fees. Seems, problems with truncating.
Steps to Reproduce
I reproduced this error on #3722 .
For Admin Use
The text was updated successfully, but these errors were encountered: