mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
host returning peerstore
This commit is contained in:
@ -29,6 +29,7 @@ class BasicHost(IHost):
|
|||||||
"""
|
"""
|
||||||
:return: peerstore of the host (same one as in its network instance)
|
:return: peerstore of the host (same one as in its network instance)
|
||||||
"""
|
"""
|
||||||
|
return self.peerstore
|
||||||
|
|
||||||
def get_mux(self):
|
def get_mux(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user