Skip to content

Commit

Permalink
Set fork block num
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramrajkumar committed Feb 3, 2015
1 parent 2420af2 commit 6cec8fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/blockchain/include/bts/blockchain/fork_blocks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
#define BTS_V0_6_0_FORK_BLOCK_NUM 120000
#define BTS_V0_6_1_FORK_BLOCK_NUM 129600
#define BTS_V0_6_2_FORK_BLOCK_NUM 187000
#define BTS_V0_6_3_FORK_BLOCK_NUM 9999999
#define BTS_V0_6_3_FORK_BLOCK_NUM 237500
#define BTS_V0_7_0_FORK_BLOCK_NUM 9999999
#define BTS_V0_8_0_FORK_BLOCK_NUM 9999999

#define BTS_FORK_TO_UNIX_TIME_LIST ((BTS_V0_5_0_FORK_BLOCK_NUM, "0.5.0", 1420737680)) \
((BTS_V0_6_0_FORK_BLOCK_NUM, "0.6.0", 1421716727)) \
((BTS_V0_6_1_FORK_BLOCK_NUM, "0.6.1", 1421879633)) \
((BTS_V0_6_2_FORK_BLOCK_NUM, "0.6.2", 1422473888))
//((BTS_V0_6_3_FORK_BLOCK_NUM, "0.6.3", 1422473888))
((BTS_V0_6_2_FORK_BLOCK_NUM, "0.6.2", 1422473888)) \
((BTS_V0_6_3_FORK_BLOCK_NUM, "0.6.3", 1422998472))

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

0 comments on commit 6cec8fc

Please sign in to comment.