Skip to content

Commit

Permalink
Set SON3 hardfork date to 2022-04-30T00:00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
serkixenos committed Apr 13, 2022
1 parent d7c6545 commit 6eccec2
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-04-24T00:00:00"))
#define HARDFORK_SON3_TIME (fc::time_point_sec::from_iso_string("2022-04-30T00:00:00"))
#else
#define HARDFORK_SON3_TIME (fc::time_point_sec::from_iso_string("2022-04-24T00:00:00"))
#define HARDFORK_SON3_TIME (fc::time_point_sec::from_iso_string("2022-04-30T00:00:00"))
#endif
#endif

0 comments on commit 6eccec2

Please sign in to comment.