Merge pull request #1807 from gradido/1805-find-startDecayBlock

change config DECAY_START_TIME in UTC  0000
This commit is contained in:
Alexander Friedland 2022-04-20 12:31:21 +02:00 committed by GitHub
commit 808592b5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
const pkg = require('../../package') const pkg = require('../../package')
const constants = { const constants = {
DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0 DECAY_START_TIME: new Date('2021-05-13 17:46:31-0000'), // GMT+0
CONFIG_VERSION: { CONFIG_VERSION: {
DEFAULT: 'DEFAULT', DEFAULT: 'DEFAULT',
EXPECTED: 'v1.2022-03-18', EXPECTED: 'v1.2022-03-18',