Changed hardfork time for SWEEPS and Core-429

This commit is contained in:
Prabhjot 2019-08-22 09:08:12 -03:00
parent e7badc138b
commit 30c336ecfb
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// bitshares-core #429 rounding issue when creating assets
#ifndef HARDFORK_CORE_429_TIME
#define HARDFORK_CORE_429_TIME (fc::time_point_sec( 1510320000 ))
#define HARDFORK_CORE_429_TIME (fc::time_point_sec( 1566784800 ))
#endif

View file

@ -1,3 +1,3 @@
#ifndef HARDFORK_SWEEPS_TIME
#define HARDFORK_SWEEPS_TIME (fc::time_point_sec( 1565391600 ))
#define HARDFORK_SWEEPS_TIME (fc::time_point_sec( 1566784800 ))
#endif