Remove DiscoveryNetBehaviour trait (#5430)

This commit is contained in:
Pierre Krieger
2020-04-01 17:25:53 +02:00
committed by GitHub
parent 72239adda1
commit 84ff6ef157
4 changed files with 20 additions and 29 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
use crate::{
debug_info, discovery::DiscoveryBehaviour, discovery::DiscoveryOut, DiscoveryNetBehaviour,
debug_info, discovery::DiscoveryBehaviour, discovery::DiscoveryOut,
Event, protocol::event::DhtEvent, ExHashT,
};
use crate::protocol::{self, light_client_handler, CustomMessageOutcome, Protocol};