Skip to content

Commit

Permalink
SKALE-2261 Remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Mar 2, 2020
1 parent db7bb3a commit 42c63aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions skale/utils/contracts_provision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@
D_VALIDATOR_FEE = 10
D_VALIDATOR_MIN_DEL = 1000

D_DELEGATION_ID = 0
D_DELEGATION_AMOUNT = 55000000
D_DELEGATION_PERIOD = 3
D_DELEGATION_INFO = 'test'

NOT_EXISTING_ID = 123123

MONTH_IN_SECONDS = (60 * 60 * 24 * 31) + 100

0 comments on commit 42c63aa

Please sign in to comment.