Merge pull request #255 from peerplays-network/hf-update

Set hardfork date to Jan5th on TESTNET
This commit is contained in:
pbattu123 2019-12-24 12:03:10 -04:00 committed by GitHub
commit 51fd7d16ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
// GPOS HARDFORK Monday, Dec 23, 2019 04:00:00 AM GMT
// GPOS HARDFORK Monday, 6 January 2020 01:00:00 GMT
#ifndef HARDFORK_GPOS_TIME
#define HARDFORK_GPOS_TIME (fc::time_point_sec( 1577073600 ))
#define HARDFORK_GPOS_TIME (fc::time_point_sec( 1578272400 ))
#endif