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

QT: Wrong calculation of Estimated date of Deposits - Dates are too far in the future #42

Closed
TheTDD opened this issue Feb 16, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@TheTDD
Copy link
Contributor

TheTDD commented Feb 16, 2018

There is old HODL code found in qt/overviewpage.cpp (line 240)

rawtime += blocksRemaining*154;

154 sec. is the block time of HODLcoin. ROIcoin uses 120 sec, therefore the code should be written as

rawtime += blocksRemaining*120;

@ghobson2013 ghobson2013 self-assigned this Feb 16, 2018
@ghobson2013 ghobson2013 added the UI label Feb 16, 2018
@ghobson2013 ghobson2013 added this to the 1.2.0 milestone Feb 16, 2018
@ghobson2013
Copy link
Contributor

https://github.com/ROIcoin/ROIcoin/releases/tag/v1.1.4.000 has been released, closing this bug.

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

No branches or pull requests

2 participants