Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Owocki authored and Kevin Owocki committed Mar 16, 2021
1 parent 0b3629f commit dc44935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/grants/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dc44935

Please sign in to comment.