Skip to content

Commit

Permalink
hardfork.d: Set hardfork date for hardforks cryptonomex#436 cryptonom…
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Jan 13, 2016
1 parent ec0244c commit 12f900b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/436.hf
@@ -1,4 +1,4 @@
// #436 Prevent margin call from being triggered unless feed < call price
#ifndef HARDFORK_436_TIME
#define HARDFORK_436_TIME (fc::time_point_sec( 1450288800 ))
#define HARDFORK_436_TIME (fc::time_point_sec( 1453917600 ))
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/445.hf
@@ -1,4 +1,4 @@
// #445 Refund create order fees on cancel
#ifndef HARDFORK_445_TIME
#define HARDFORK_445_TIME (fc::time_point_sec( 1450288800 ))
#define HARDFORK_445_TIME (fc::time_point_sec( 1453917600 ))
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/453.hf
@@ -1,4 +1,4 @@
// #453 Hardfork to retroactively correct referral percentages
#ifndef HARDFORK_453_TIME
#define HARDFORK_453_TIME (fc::time_point_sec( 1450288800 ))
#define HARDFORK_453_TIME (fc::time_point_sec( 1453917600 ))
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/480.hf
@@ -1,4 +1,4 @@
// #480 Fix non-BTS MIA core_exchange_rate check
#ifndef HARDFORK_480_TIME
#define HARDFORK_480_TIME (fc::time_point_sec( 1450378800 ))
#define HARDFORK_480_TIME (fc::time_point_sec( 1453917600 ))
#endif
2 changes: 1 addition & 1 deletion libraries/chain/hardfork.d/483.hf
@@ -1,4 +1,4 @@
// #483 Operation history numbering change
#ifndef HARDFORK_483_TIME
#define HARDFORK_483_TIME (fc::time_point_sec( 1450378800 ))
#define HARDFORK_483_TIME (fc::time_point_sec( 1453917600 ))
#endif

0 comments on commit 12f900b

Please sign in to comment.