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

Getinfo is not displaying zPHR global supply balances #59

Open
tohsnoom opened this issue Jul 12, 2018 · 0 comments
Open

Getinfo is not displaying zPHR global supply balances #59

tohsnoom opened this issue Jul 12, 2018 · 0 comments

Comments

@tohsnoom
Copy link
Member

tohsnoom commented Jul 12, 2018

When getinfo is run in the debug console of the Mac High Sierra build for v1.3.1 and v1.3.2, it displays:

"zPHRsupply": {
"1": 0.00000000,
"5": 0.00000000,
"10": 0.00000000,
"50": 0.00000000,
"100": 0.00000000,
"500": 0.00000000,
"1000": 0.00000000,
"5000": 0.00000000,
"total": 0.00000000
},

I expect this is a display bug and has to do with the changes we are making to how accumulators work.

This does NOT seem to be happening on the linux command line--a masternode using v1.3.2 shows this:

"zPHRsupply": {
"1": 386.00000000,
"5": 240.00000000,
"10": 680.00000000,
"50": 550.00000000,
"100": 1100.00000000,
"500": 2500.00000000,
"1000": 5000.00000000,
"5000": 10000.00000000,
"total": 20456.00000000
},

That looks likely to be the correct global zPHR supply display.

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

1 participant