requested changes

This commit is contained in:
Alex Haynes
2019-05-05 14:32:41 -04:00
parent 2efc0d3b5c
commit ea4fd8e81f
3 changed files with 4 additions and 8 deletions

View File

@ -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):
"""