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

RPC problem; getbalance is broken. #1

Closed
coldcity opened this issue Feb 16, 2014 · 2 comments
Closed

RPC problem; getbalance is broken. #1

coldcity opened this issue Feb 16, 2014 · 2 comments

Comments

@coldcity
Copy link

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

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

The last two outputs are incorrect; getbalance gamebank should return 999999.0, and getbalance test should return 0.

@b1nary
Copy link

b1nary commented Feb 17, 2014

this should be first priority. Without getbalance you have to modify each service and script which is supposed to work with that value.

@mintcoinproject
Copy link
Owner

fixed, thanks.

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

3 participants