Skip to content

Commit

Permalink
#387 - Change HARDFORK_SON3_TIME for QA purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Dobromyslov committed Jul 12, 2022
1 parent 629a667 commit 46af9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/SON3.hf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef HARDFORK_SON3_TIME
#ifdef BUILD_PEERPLAYS_TESTNET
#define HARDFORK_SON3_TIME (fc::time_point_sec::from_iso_string("2022-07-16T00:00:00"))
#define HARDFORK_SON3_TIME (fc::time_point_sec::from_iso_string("2022-07-10T00:00:00"))
#else
#define HARDFORK_SON3_TIME (fc::time_point_sec::from_iso_string("2022-07-16T00:00:00"))
#endif
Expand Down

0 comments on commit 46af9be

Please sign in to comment.