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

Commit

Permalink
Tweak fork block num
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramrajkumar committed Feb 7, 2015
1 parent 40e3d0b commit ee44418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/blockchain/include/bts/blockchain/fork_blocks.hpp
Expand Up @@ -26,7 +26,7 @@
#define BTS_V0_4_24_FORK_BLOCK_NUM 991700
#define BTS_V0_4_26_FORK_BLOCK_NUM 1315314
#define BTS_V0_5_0_FORK_BLOCK_NUM 1575500
#define BTS_V0_6_0_FORK_BLOCK_NUM 1770500
#define BTS_V0_6_0_FORK_BLOCK_NUM 1772200
#define BTS_V0_6_1_FORK_BLOCK_NUM BTS_V0_6_0_FORK_BLOCK_NUM
#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
Expand All @@ -48,7 +48,7 @@
((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", 1423260943))
((BTS_V0_6_0_FORK_BLOCK_NUM, "0.6.0", 1423270604))

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

0 comments on commit ee44418

Please sign in to comment.