This commit is contained in:
Ubuntu 2024-06-19 11:33:31 +00:00
parent 21f8c077cd
commit 7040284d39
1 changed files with 1 additions and 1 deletions

View File

@ -60,4 +60,4 @@ class ScriptAuditModel(models.Model):
dialogue_language = models.CharField(max_length=50, blank=False, null=True)
transaction_hash = models.CharField(max_length=200, blank=False, null=True)
bchain_privatekey = models.CharField(max_length=200, blank=False, null=True)
#only_audit = models.BooleanField(null=True, blank=True)
isfdx = models.BooleanField(default=False)