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
Running
basecli-mercury tx send --name=adrian --amount=1axi --to=0x04F4A552C06EED22AA60DFC1978B536DB7C38319 --sequence=2
works, while running
basecli-mercury query account 0x04F4A552C06EED22AA60DFC1978B536DB7C38319
doesn't work.
All commands should accept the same address format, and I would propose that everything accepts both versions, with a leading 0x and without.
The text was updated successfully, but these errors were encountered:
Fixed in #142 (with light-client fix)
Sorry, something went wrong.
Resolve issue #135, support 0x on account queries
f5a5468
Switch xchachapoly to hkdfchachapoly (cosmos#135)
fed8807
* Switch from xchachapoly to hkdfchachapoly
upgrade iavl to v0.17.3-osmo-v5 with concurrent map write fix (#135)
24eb3dd
8be66e2
No branches or pull requests
Running
works, while running
doesn't work.
All commands should accept the same address format, and I would propose that everything accepts both versions, with a leading 0x and without.
The text was updated successfully, but these errors were encountered: