How does stake-weighted payout delay exactly work?
Is this right:
- If one vote is cast, the payout is after 24h
- If within 24h another vote is cast, the payout is delayed
24h * vote2 / ( vote1 + vote2 ), where voteN is the weight of the vote - If votes continue to be cast, the payout delay is adjusted to
24h * weightOfLastVOte / sumOfWeightsOfAllVoteseach time - The payout happens when no votes are cast within the last delay.
- Voting can continue, but it starts from 0