tendermint/p2p/pex
Thomas Corbière 2644a529f0 Fix lint errors (#1390)
* use increment and decrement operators.

* remove unnecessary else branches.

* fix package comment with leading space.

* fix receiver names.

* fix error strings.

* remove omittable code.

* remove redundant return statement.

* Revert changes (code is generated.)

* use cfg as receiver name for all config-related types.

* use lsi as the receiver name for the LastSignedInfo type.
2018-04-02 10:21:17 +02:00
..
addrbook.go refactor pex_reactor tests 2018-03-09 16:02:24 +04:00
addrbook_test.go refactor pex_reactor tests 2018-03-09 16:02:24 +04:00
file.go config: fix addrbook path to go in config 2018-01-23 22:21:17 -05:00
known_address.go Fix lint errors (#1390) 2018-04-02 10:21:17 +02:00
params.go p2p: use sub dirs 2018-01-20 21:35:37 -05:00
pex_reactor.go Fix lint errors (#1390) 2018-04-02 10:21:17 +02:00
pex_reactor_test.go Exponential backoff follow up (#1349) 2018-03-23 09:48:27 +01:00