mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-19 19:18:08 -04:00
refactor crypto tracking and html
This commit is contained in:
parent
3d238846b8
commit
41abc64dd5
5 changed files with 47 additions and 13 deletions
|
@ -14,7 +14,7 @@ class Node(Model):
|
|||
validated = BooleanField(default=False)
|
||||
nettype = CharField(null=True)
|
||||
last_height = IntegerField(null=True)
|
||||
is_monero = BooleanField(default=False)
|
||||
crypto = CharField(null=True)
|
||||
datetime_entered = DateTimeField(default=datetime.utcnow)
|
||||
datetime_checked = DateTimeField(default=None, null=True)
|
||||
datetime_failed = DateTimeField(default=None, null=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue