Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Set hardfork disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramrajkumar committed Mar 17, 2015
1 parent c426083 commit 800b6cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libraries/blockchain/include/bts/blockchain/fork_blocks.hpp
Expand Up @@ -31,7 +31,7 @@
#define BTS_V0_6_2_FORK_BLOCK_NUM BTS_V0_6_0_FORK_BLOCK_NUM
#define BTS_V0_6_3_FORK_BLOCK_NUM BTS_V0_6_0_FORK_BLOCK_NUM

#define BTS_V0_6_4_FORK_BLOCK_NUM 2070500 // TODO: Rename
#define BTS_V0_6_4_FORK_BLOCK_NUM 2071000 // TODO: Rename

#define BTS_V0_7_0_FORK_BLOCK_NUM 9999999
#define BTS_V0_8_0_FORK_BLOCK_NUM 9999999
Expand All @@ -51,7 +51,8 @@
((BTS_V0_4_24_FORK_BLOCK_NUM, "0.4.24", 1415398550)) \
((BTS_V0_4_26_FORK_BLOCK_NUM, "0.4.26", 1418401491)) \
((BTS_V0_5_0_FORK_BLOCK_NUM, "0.5.0", 1421192371)) \
((BTS_V0_6_0_FORK_BLOCK_NUM, "0.6.0", 1423270604))
((BTS_V0_6_0_FORK_BLOCK_NUM, "0.6.0", 1423270604)) \
((BTS_V0_6_4_FORK_BLOCK_NUM, "0.7.0", 1426625313))

namespace bts { namespace blockchain {
uint32_t estimate_last_known_fork_from_git_revision_timestamp(uint32_t revision_time);
Expand Down

0 comments on commit 800b6cb

Please sign in to comment.