-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Expect bank/balances use latest height when height param not specified #4903
Comments
In
But do not have similar logic in
maybe we should add similar logic (assign height to Then maybe we can remove the height restriction in
|
Thanks @whunmr; the solution is quite simple. For now, just run your node with |
Thanks for the fix and quick response :) @alexanderbez |
Thank you! |
Summary of Bug
When height param not specified, do not using the latest height in REST API bank/balances
and returns error.
related with #4891
Expected behave
Version
gaia v1.0.0
Steps to Reproduce
trust-node=false
Summary of Bug
sectionmore context
when height param not specified in rest query,
ParseQueryHeightOrReturnBadRequest
will set the default value as0
For Admin Use
The text was updated successfully, but these errors were encountered: