Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a previousRound time instead of time.time() #21

Open
vekexasia opened this issue Mar 18, 2018 · 2 comments
Open

Use a previousRound time instead of time.time() #21

vekexasia opened this issue Mar 18, 2018 · 2 comments

Comments

@vekexasia
Copy link

Due to the way forged rewards are distributed, a pool sharing 100% might end out of funds.

Instead of asking for forging rewards from lastPayout to now a simple solution would be to get the forged rewards till now-roundTime to be sure forged rewards are consolidated (and distributed)

@dakk
Copy link
Owner

dakk commented Mar 19, 2018

@vekexasia can you please instruct me where I can find the "roundTime"?

@vekexasia
Copy link
Author

roundTime is blockTime*numOfForgingDelegates.

I guess you'll have to add some configuration entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants