host returning peerstore

This commit is contained in:
Robert Zajac 2018-11-11 12:38:55 -05:00
parent 4871e78512
commit 976153c990

View File

@ -29,6 +29,7 @@ class BasicHost(IHost):
"""
:return: peerstore of the host (same one as in its network instance)
"""
return self.peerstore
def get_mux(self):
"""