mirror of
https://git.wownero.com/wowlet/wowlet-backend.git
synced 2024-08-15 01:03:13 +00:00
Add receivePIN and lookupPIN commands for Wowlet VR
This commit is contained in:
parent
dea2100bd9
commit
39845238fc
4 changed files with 115 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue