Anton Kaliaev
0f69336148
Fixes #4014 The reason being when you call any endpoint supporting optional height and use `height=0`, it will return an error. For example: ``` $ curl localhost:2667/consensus_params?height=0 { "jsonrpc": "2.0", "id": -1, "error": { "code": -32603, "message": "Internal error", "data": "height must be greater than 0" } } ``` |
5 years ago | |
---|---|---|
.. | ||
client | libs/common: refactor libs common 3 (#4232) | 5 years ago |
core | lint: Enable Golint (#4212) | 5 years ago |
grpc | lint: Enable Golint (#4212) | 5 years ago |
lib | libs/common: refactor libs common 3 (#4232) | 5 years ago |
swagger | docs: remove "0 means latest" from swagger docs (#4236) | 5 years ago |
test | lint: Enable Golint (#4212) | 5 years ago |