Summary
After a holder successfully claims their dividend, their claimable balance must be set to exactly zero. Calling get_claimable_dividend after a successful claim should return zero, not the previously claimed amount. A regression test should lock in this behavior.
Scope
- Distribute a dividend to a creator with one holder
- Claim the dividend from the holder's wallet
- Call
get_claimable_dividend for the same wallet and creator
- Assert the returned value is zero
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
After a holder successfully claims their dividend, their claimable balance must be set to exactly zero. Calling
get_claimable_dividendafter a successful claim should return zero, not the previously claimed amount. A regression test should lock in this behavior.Scope
get_claimable_dividendfor the same wallet and creatorAcceptance Criteria
get_claimable_dividendreturns zero, not the previously claimed amountETA: 12 hours
Coordinate on Telegram