Skip to content

Commit

Permalink
Fix hardfork constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vandeberg committed Jul 17, 2016
1 parent f8583d6 commit f002ba9
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions libraries/chain/hardfork.d/0_11.hf
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,7 @@
#define STEEMIT_HARDFORK_0_11 11
#define STEEMIT_HARDFORK_0_11__169 STEEMIT_HARDFORK_0_11

#define STEEMIT_HARDFORK_0_11_TIME 1472688000 // 2016-09-01T00:00:00 UTC
#define STEEMIT_HARDFORK_0_11_TIME 1468767600 // 2016-07-17T15:00:00 UTC (11:00:00 EDT)
#define STEEMIT_HARDFORK_0_11_VERSION hardfork_version( 0, 11 )

namespace hardfork11
{

inline static const std::set< std::string >& get_compromised_accounts()
{
static const std::set< std::string > compromised_accounts
{
};

return compromised_accounts;
}

}

#endif

0 comments on commit f002ba9

Please sign in to comment.