mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-19 17:47:49 -04:00
add checks for web compatible rpc nodes
This commit is contained in:
parent
508d074947
commit
e94f0057bf
7 changed files with 127 additions and 4 deletions
|
@ -14,6 +14,7 @@ class Node(Model):
|
|||
is_tor = BooleanField(default=False)
|
||||
available = BooleanField(default=False)
|
||||
validated = BooleanField(default=False)
|
||||
web_compatible = BooleanField(default=False)
|
||||
nettype = CharField(null=True)
|
||||
last_height = IntegerField(null=True)
|
||||
crypto = CharField(null=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue