client/network: Rename DebugInfoBehaviour to PeerInfoBehaviour (#6556)

Information retrieved via `DebugInfoBehaviour` is not only used for
debugging purposes, e.g. disconnecting from nodes not responding to
pings, using external addresses retrieved via indentify, ...

In order for the name to reflect the usage of the module this commit
renames it.
This commit is contained in:
Max Inden
2020-07-08 11:08:47 +02:00
committed by GitHub
parent ce0b55ff09
commit 62f306d972
3 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -245,7 +245,7 @@
mod behaviour;
mod block_requests;
mod chain;
mod debug_info;
mod peer_info;
mod discovery;
mod finality_requests;
mod light_client_handler;