Add receivePIN and lookupPIN commands for Wowlet VR

This commit is contained in:
dsc 2021-04-07 01:24:46 +02:00
parent dea2100bd9
commit 39845238fc
4 changed files with 115 additions and 1 deletions

View file

@ -32,6 +32,8 @@ class RPCNodeCheckTask(FeatherTask):
heights = {}
rpc_nodes = await self.cache_json_get("nodes")
if not rpc_nodes:
rpc_nodes = {}
nodes = []
for network_type_coin, _ in rpc_nodes.items():