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
In x/dist/keeper/allocation.go:40-44, if there is an error in AllocateTokensToSequencer, the remainingFees is still deducted with the proposerReward. This would cause funds to be left in the x/dist module, which will not be distributed. We recommend not deducting the remainingFees if an error occurs.
The text was updated successfully, but these errors were encountered:
In
x/dist/keeper/allocation.go:40-44
, if there is an error inAllocateTokensToSequencer
, theremainingFees
is still deducted with theproposerReward
. This would cause funds to be left in thex/dist
module, which will not be distributed. We recommend not deducting the remainingFees if an error occurs.The text was updated successfully, but these errors were encountered: