1
0

abstract database away from wallet and address_synchronizer

This commit is contained in:
ThomasV
2019-02-20 14:45:15 +01:00
parent 7f2083f667
commit 791e680a96
6 changed files with 258 additions and 189 deletions

View File

@@ -1184,8 +1184,6 @@ class Network(PrintError):
coro = asyncio.run_coroutine_threadsafe(cls._send_http_on_proxy(method, url, **kwargs), loop)
return coro.result(5)
# methods used in scripts
async def get_peers(self):
while not self.is_connected():