Skip to content

Commit

Permalink
set upgrade height v6 to 2325000
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoStehlik committed Mar 26, 2020
1 parent b877a08 commit 0e127d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ namespace CryptoNote

const uint32_t UPGRADE_HEIGHT_V5 = 4; // Upgrade height for CN-Turtle Variant 2 switch.

const uint32_t UPGRADE_HEIGHT_V6 = 5; // Upgrade height for DIFFICULTY_TARGET_V3
const uint32_t UPGRADE_HEIGHT_V6 = 2325000; // Upgrade height for DIFFICULTY_TARGET_V3

const uint32_t UPGRADE_HEIGHT_CURRENT = UPGRADE_HEIGHT_V6;

Expand Down

0 comments on commit 0e127d4

Please sign in to comment.