Thane Thomson
a335caaedb
alias amino imports (#3219)
As per conversation here: https://github.com/tendermint/tendermint/pull/3218#discussion_r251364041 This is the result of running the following code on the repo: ```bash find . -name '*.go' | grep -v 'vendor/' | xargs -n 1 goimports -w ``` |
6 years ago | |
---|---|---|
.. | ||
bench_test.go | clist: speedup Next by removing defers (#2511) | 6 years ago |
mempool.go | mempool: enforce maxMsgSize limit in CheckTx (#3168) | 6 years ago |
mempool_test.go | mempool: enforce maxMsgSize limit in CheckTx (#3168) | 6 years ago |
metrics.go | add "chain_id" label for all metrics (#3123) | 6 years ago |
reactor.go | mempool: enforce maxMsgSize limit in CheckTx (#3168) | 6 years ago |
reactor_test.go | abci: localClient improvements & bugfixes & pubsub Unsubscribe issues (#2748) | 6 years ago |
wire.go | alias amino imports (#3219) | 6 years ago |