Skip to content

Commit

Permalink
version 0xa7 start from block DIFFICULTY_ADJUST_HEIGHT
Browse files Browse the repository at this point in the history
  • Loading branch information
paizzj committed Aug 23, 2019
1 parent 6246cd8 commit 0fad337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static const struct {
{ 6, 1400000, 0, 1503046577 },

// version 0xa7 starts from block 1907000
{ 0xa7, 1907000, 0, 1565600181},
{ 0xa7, DIFFICULTY_ADJUST_HEIGHT, 0, 1565600181},
};
static const uint64_t mainnet_hard_fork_version_1_till = 1009826;

Expand Down

0 comments on commit 0fad337

Please sign in to comment.