Skip to content

Commit

Permalink
Merge pull request #277 from golemfactory/avct
Browse files Browse the repository at this point in the history
Add ADDITIONAL_VERIFICATION_CALL_TIME to constants
  • Loading branch information
jiivan committed Nov 5, 2018
2 parents fb4afbc + 8b807e2 commit 38cbe7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions golem_messages/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
# Force Acceptance Time
FAT = 4 * CMT

# Additional Verification Call Time
AVCT = 3 * CMT + FAT

# Payment Due Time
PDT = datetime.timedelta(hours=12)

Expand Down

0 comments on commit 38cbe7a

Please sign in to comment.