You are viewing a single comment's thread from:RE: Stake-weighted payout delayView the full contextfbdan (45)in #steem • 9 years ago (edited)The equation is: PayoutTime = SumOf((TimeOfVote[x]+24h) * weight[x]) / SumOf(weight[x])
That leaves some things unclear. What is the unit of time and does x refer to the last vote?
I'm wondering how it actually behaves. Does it mean the bigger the total score the smaller the delay added by each additional vote?
TimeOfVote and weight are arrays where the index, x, is the vote. SumOf means iterate over all values of x from 0 to the number of votes.