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
Balance shown by getinfo and getbalance "*" 6 are substantially different.
~ $ emercoin-cli getinfo { "version": 70300, "protocolversion": 70015, "walletversion": 60000, "balance": 287.385304, "newmint": 0.000000, "stake": 0.000000, "blocks": 334266, "moneysupply": 43161040.068026, "timeoffset": 0, "connections": 8, "proxy": "", "difficulty": 13093834140455.88, "testnet": false, "keypoololdest": 1474105766, "keypoolsize": 501, "encrypted": true, "mintonly": true, "unlocked_until": 2546803428, "paytxfee": 0.000100, "relayfee": 0.000100, "errors": "" }
~ $ emercoin-cli getbalance "*" 6 480.776179
~ $ emercoin-cli listaccounts { "": 283.310000, "pool.emercoin.com": 197.466179 }
Balance should be the same. It is now difficult to say how many coins there are in the wallet.
The official emercoin-0.7.3-x86_64-linux-gnu.tar.gz precompiled package.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
Balance shown by getinfo and getbalance "*" 6 are substantially different.
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
Expected behaviour
Balance should be the same. It is now difficult to say how many coins there are in the wallet.
What version of bitcoin-core are you using?
The official emercoin-0.7.3-x86_64-linux-gnu.tar.gz precompiled package.
Machine specs:
The text was updated successfully, but these errors were encountered: