Skip to content

Commit

Permalink
Update CryptoNoteConfig.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsiCoin authored May 2, 2018
1 parent fcbbda7 commit 18cb5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const size_t FUSION_TX_MIN_INPUT_COUNT = 12;
const size_t FUSION_TX_MIN_IN_OUT_COUNT_RATIO = 4;

const uint32_t UPGRADE_HEIGHT_V2 = 30000;
const uint32_t UPGRADE_HEIGHT_V3 = 100000; // that may change later
const uint32_t UPGRADE_HEIGHT_V3 = 200000; // that may change later
const unsigned UPGRADE_VOTING_THRESHOLD = 90; // percent
const uint32_t UPGRADE_VOTING_WINDOW = EXPECTED_NUMBER_OF_BLOCKS_PER_DAY; // blocks
const uint32_t UPGRADE_WINDOW = EXPECTED_NUMBER_OF_BLOCKS_PER_DAY; // blocks
Expand Down Expand Up @@ -125,7 +125,7 @@ const std::initializer_list<CheckpointData> CHECKPOINTS = {
{10000, "6df47fd2acf43f49e0822399f8593039bffd5656c00c91497dca7789eb168f14" },
{15000, "b0dac27b747f9d090dc49c2ea9a5e8434a74df7ae6118d6ccd83c6235f7e95c7" },
{23000, "0e165eb15b7dd544591d343674d20682a30f699c290b6dd7c49b6156578affe5" },
{28000, "a3acad005374aa4d27c9c42e2e43fd003d5b7358ea2ef009eec592b0e7f651f1" },
{28100, "97d1160a68c10d2101f559619b9a856b0fdcccde8f3c78850b2567ea4e280798" },
};

} // CryptoNote
Expand Down

0 comments on commit 18cb5d1

Please sign in to comment.