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
From https://bitcointalk.org/index.php?topic=395761.msg10529461#msg10529461:
Uncompressed address: Code:
{ "jsonrpc":"2.0", "id":0, "method":"get_normalized_balances", "params":{ "addresses":[ "16P8vY1gVspGG8JeeWK8MSYzX4B9yqcJbF" ] } }
Gives response:
Code: { "jsonrpc": "2.0", "result": [], "id": 0 }
Compressed: Code:
{ "jsonrpc":"2.0", "id":0, "method":"get_normalized_balances", "params":{ "addresses":[ "12ze3N3Qeet6ji82rw8JqaepTL9uUxihFX" ] } }
Gives response: Code:
{ "jsonrpc": "2.0", "id": 0, "error": { "message": "Invalid params", "code": -32602 } }
The text was updated successfully, but these errors were encountered:
I think this one is a Counterblock bug (get_normalized_balances())
get_normalized_balances()
Sorry, something went wrong.
Right, my mistake.
Moved here: CounterpartyXCP/counterblock#106
No branches or pull requests
From https://bitcointalk.org/index.php?topic=395761.msg10529461#msg10529461:
Uncompressed address:
Code:
Gives response:
Compressed:
Code:
Gives response:
Code:
The text was updated successfully, but these errors were encountered: