mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-21 15:32:26 +00:00
f05c2a9558
* p2p: extract ID validation into a separate func - NewNetAddress panics if ID is invalid - NetAddress#Valid returns an error - remove ErrAddrBookInvalidAddrNoID Fixes #2722 * p2p: remove repetitive check in ReceiveAddrs * fix netaddress test