From 9500bdbf55a149a8d100aa5f4529bc159b451fb1 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Wed, 6 Nov 2019 11:50:50 -0800 Subject: [PATCH] Add class attribute for additional property --- libp2p/host/basic_host.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libp2p/host/basic_host.py b/libp2p/host/basic_host.py index 1b10c2cb..d12d6721 100644 --- a/libp2p/host/basic_host.py +++ b/libp2p/host/basic_host.py @@ -39,6 +39,7 @@ class BasicHost(IHost): right after a stream is initialized. """ + _public_key: PublicKey _network: INetwork peerstore: IPeerStore