From dc44935554f592242a5d246429cd0b159c6a578e Mon Sep 17 00:00:00 2001 From: Kevin Owocki Date: Tue, 16 Mar 2021 14:22:53 -0600 Subject: [PATCH] comment --- app/grants/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/grants/models.py b/app/grants/models.py index 6380d649bb0..df892d4ded9 100644 --- a/app/grants/models.py +++ b/app/grants/models.py @@ -1805,7 +1805,7 @@ def update_tx_status(self): else: self.success = False self.validator_passed = False - self.validator_comment = "txn pending for more than 1 days, assuming failure" + self.validator_comment = "txn pending for more than 1 hours, assuming failure" print(self.validator_comment) return