Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin With a Fast Distribution *Game
by
lonely@thetop
on 15/02/2014, 23:35:03 UTC
RPC problem; getbalance is broken.

On a mintcoind fresh from git checkout, with synced blockchain:

Code:
someone@somebox:~$ mintcoind listaccounts
{
    "" : 0.00000000,
    "gamebank" : 999999.00000000
}
someone@somebox:~$ mintcoind getbalance gamebank
-9216810327147.70507812
someone@somebox:~$ mintcoind getbalance test
-9216811327146.70507812

This is incorrect. getbalance gamebank should return 999999.0, and getbalance test should return 0.


Can you make it an issue on github? I don't believe it will be noticed here.