From 976153c990a19af84f680009ccbca0a6db08ce78 Mon Sep 17 00:00:00 2001 From: Robert Zajac Date: Sun, 11 Nov 2018 12:38:55 -0500 Subject: [PATCH] host returning peerstore --- host/basic_host.py | 1 + 1 file changed, 1 insertion(+) diff --git a/host/basic_host.py b/host/basic_host.py index 76bc2994..09789f6c 100644 --- a/host/basic_host.py +++ b/host/basic_host.py @@ -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): """