Delay the tiny payments until the next epoch
Closed this issue · 2 comments
vanphandinh commented
Problem: The pool will receive many delegations with different amounts of mina tokens. But if the delegated mina amount of a user is too small, then the reward received will be very small as well, maybe some will less than the tx fee.
Solution: Set up a minimum payout threshold, so if the payment is greater than or equal to it, it will be paid, if not, delay it until the next epoch.
jrwashburn commented
Reopening - we definitely want/need the feature at some point!
jrwashburn commented
In the meantime, we now have #55 to simply suppress the payouts.