Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect index provider peer ID before connecting to full node
Add the peer ID of index provider host to the list of protected peers before connecting to full node. Otherwise, it is possible for the connection to be reset by full node before we reach the line that adds the ID to list of protected peers via JsonRPC API. Relates to: - ipni/index-provider#177
- Loading branch information