mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user