Files
tendermint/lite/proxy
Anton Kaliaev b6a510a3e7 make ineffassign linter pass (#3386)
Refs #3262

This fixes two small bugs:

1) lite/dbprovider: return `ok` instead of true in parse* functions. It's weird that we're ignoring `ok` value before.
2) consensus/state: previously because of the shadowing we almost never output "Error with msg". Now we declare both `added` and `err` in the beginning of the function, so there's no shadowing.
2019-03-08 09:46:09 +04:00
..
2018-07-02 14:58:07 -04:00
2018-09-28 20:03:19 -04:00
2019-03-02 16:36:52 -05:00
2019-03-02 16:36:52 -05:00
2019-02-08 18:40:41 -05:00
2019-03-02 16:36:52 -05:00