mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
requested changes
This commit is contained in:
@ -13,8 +13,8 @@ class BasicHost(IHost):
|
||||
# default options constructor
|
||||
def __init__(self, network, router=None):
|
||||
self._network = network
|
||||
self.peerstore = self._network.peerstore
|
||||
self._router = router
|
||||
self.peerstore = self._network.peerstore
|
||||
|
||||
def get_id(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user