Skip to content

Commit

Permalink
Set HARDFORK_SON3_TIME to 2022-07-16T00:00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
serkixenos committed Jun 24, 2022
1 parent d650e19 commit d234c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/chain/hardfork.d/SON3.hf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef HARDFORK_SON3_TIME
#ifdef BUILD_PEERPLAYS_TESTNET
#define HARDFORK_SON3_TIME (fc::time_point_sec::from_iso_string("2022-05-31T00:00:00"))
#define HARDFORK_SON3_TIME (fc::time_point_sec::from_iso_string("2022-07-16T00:00:00"))
#else
#define HARDFORK_SON3_TIME (fc::time_point_sec::from_iso_string("2022-05-31T00:00:00"))
#define HARDFORK_SON3_TIME (fc::time_point_sec::from_iso_string("2022-07-16T00:00:00"))
#endif
#endif

0 comments on commit d234c3a

Please sign in to comment.