In RewardThrottle.handleReward, _sendToDistributor is called for left balance. 
But in the implementation of _sendToDistributor, balance will be split to distributors.
So some dust will remain in RewardThrottle and the actual rewarded amount can be slightly less than balance in handleReward. And the event amount(=balance) will be slightly larger than actual rewarded amount.
