Files
cosmos-sdk/client
Emmanuel T Odeke 96f89df56b client: remove redundant/repeated code (#8182)
Follows up PR #4876 which removed the return on non-nil errors
to always return a non-nil REST response regardless of error.
The checks performed seem benign and the return result is the
same.
This change uses the reverse conditional refactoring method
to gut out nesting and many conditions.
Noticed while hunting through types.ParseABCILogs.

Fixes #8181
2020-12-17 09:30:28 +00:00
..
2020-09-23 13:44:40 +00:00
2020-12-08 20:17:40 +00:00
2020-10-23 12:07:52 +00:00
2020-07-24 08:17:11 +00:00