We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: