phoreproject/Phore

Getinfo is not displaying zPHR global supply balances

Opened this issue · 0 comments

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.