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 Apr 20, 2015
1 parent 0712e86 commit bfdc750
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 @@ -32,7 +32,7 @@
#define BTS_V0_6_3_FORK_BLOCK_NUM BTS_V0_6_0_FORK_BLOCK_NUM
#define BTS_V0_7_0_FORK_BLOCK_NUM 2071000
#define BTS_V0_8_0_FORK_BLOCK_NUM 2113000
#define BTS_V0_9_0_FORK_BLOCK_NUM 9999999
#define BTS_V0_9_0_FORK_BLOCK_NUM 2400000
#define BTS_V0_9_1_FORK_BLOCK_NUM BTS_V0_9_0_FORK_BLOCK_NUM

#define BTS_FORK_TO_UNIX_TIME_LIST ((BTS_V0_4_0_FORK_BLOCK_NUM, "0.4.0", 1408064036)) \
Expand All @@ -51,8 +51,8 @@
((BTS_V0_4_26_FORK_BLOCK_NUM, "0.4.26", 1418402446)) \
((BTS_V0_5_0_FORK_BLOCK_NUM, "0.5.0", 1421277141)) \
((BTS_V0_6_0_FORK_BLOCK_NUM, "0.6.0", 1423270749)) \
((BTS_V0_7_0_FORK_BLOCK_NUM, "0.7.0", 1426625439))
//((BTS_V0_9_0_FORK_BLOCK_NUM, "0.9.0", 1426625439))
((BTS_V0_7_0_FORK_BLOCK_NUM, "0.7.0", 1426625439)) \
((BTS_V0_9_0_FORK_BLOCK_NUM, "0.9.0", 1429558848))
//((BTS_V0_8_0_FORK_BLOCK_NUM, "0.8.0", 1427147320))

namespace bts { namespace blockchain {
Expand Down

0 comments on commit bfdc750

Please sign in to comment.