mirror of https://github.com/nucypher/nucypher.git
Places probationary period end date to Febuary 28th, 2021, and one second before March first.
parent
055af379ac
commit
a009defe30
|
@ -73,4 +73,4 @@ TEMPORARY_DOMAIN = ":temporary-domain:" # for use with `--dev` node runtimes
|
|||
NUCYPHER_EVENTS_THROTTLE_MAX_BLOCKS = 'NUCYPHER_EVENTS_THROTTLE_MAX_BLOCKS'
|
||||
|
||||
# Probationary period (see #2353)
|
||||
END_OF_POLICIES_PROBATIONARY_PERIOD = MayaDT.from_iso8601('2021-01-31T23:59:59.0Z')
|
||||
END_OF_POLICIES_PROBATIONARY_PERIOD = MayaDT.from_iso8601('2021-02-28T23:59:59.0Z')
|
||||
|
|
Loading…
Reference in New Issue