Skip to content

Commit

Permalink
Add ADDITIONAL_VERIFICATION_CALL_TIME to constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jiivan committed Nov 5, 2018
1 parent fb4afbc commit 8b807e2
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 8b807e2

Please sign in to comment.