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

[BUG] [RPC] getbalance <account> get the info from getreceivedbyaccount <account> #1642

Closed
maikrolf opened this issue May 23, 2020 · 3 comments

Comments

@maikrolf
Copy link

maikrolf commented May 23, 2020

I got an balance error when i do getblance here i get the getreceivedbyaccount amount

You can see the getblance amount is also higher then the getblance (total wallet) amount of coins

this happend on every platform i try (ubuntu, windows, mac)

i added a screenshot to show more clear
afbeelding

I have this problem now in 5 different new pivx 4 wallets

@akshaynexus
Copy link

Looks like the same value ,not a error imo.Just that getreceivedbyaccount removed the extra 0's.

@maikrolf
Copy link
Author

Yes that the problem it's the same! But that the balance of that user are only 5 coins and total wallet has 799.99 coins and it show actual balance of 1814 that are more coins then the total wallet coins

The getbalance (account) must give the actual balance right? And bot the receivedbyacccount (account) balance?

@maikrolf maikrolf changed the title [BUG] [RPC] getblance <account> get the info from getreceivedbyaccount <acount> [BUG] [RPC] getbalance <account> get the info from getreceivedbyaccount <acount> May 24, 2020
@maikrolf maikrolf changed the title [BUG] [RPC] getbalance <account> get the info from getreceivedbyaccount <acount> [BUG] [RPC] getbalance <account> get the info from getreceivedbyaccount <account> May 24, 2020
@Fuzzbawls
Copy link
Collaborator

The internal 'account' system has been deprecated since v4.0.1 (Jan 2020) and is being removed in v5.0 specifically because of it's inaccuracies and issues like this.

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