p2p/filter/pubkey -> p2p/filter/id

This commit is contained in:
Ethan Buchman
2018-06-06 16:13:51 -07:00
parent 6b8613b3e7
commit 89925501f3
3 changed files with 4 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ using the following paths, with no additional data:
- `/p2p/filter/addr/<IP:PORT>`, where `<IP:PORT>` denote the IP address and
the port of the connection
- `p2p/filter/pubkey/<ID>`, where `<ID>` is the peer node ID (ie. the
- `p2p/filter/id/<ID>`, where `<ID>` is the peer node ID (ie. the
pubkey.Address() for the peer's PubKey)
If either of these queries return a non-zero ABCI code, Tendermint will refuse