Skip to content

Commit

Permalink
Update CryptoNoteConfig.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fredenrg committed Apr 8, 2019
1 parent f63af00 commit 4719b1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/CryptoNoteConfig.h
Expand Up @@ -113,7 +113,7 @@ const uint64_t MAX_EXTRA_SIZE_V2_HEIGHT = 125000;
/* For new projects forked from this code base, this value should be
changed to 0 to prevent a possible transaction bloat exploit */
const uint64_t TRANSACTION_SIGNATURE_COUNT_VALIDATION_HEIGHT = 125000;
const uint64_t BLOCK_BLOB_SHUFFLE_CHECK_HEIGHT = 145000;
const uint64_t BLOCK_BLOB_SHUFFLE_CHECK_HEIGHT = 142500;

/* This describes how many blocks of "wiggle" room transactions have regarding
when the outputs can be spent based on a reasonable belief that the outputs
Expand Down Expand Up @@ -148,7 +148,7 @@ const uint64_t FORK_HEIGHTS[] =
30000, // 0
55000, // 1
125000, //2
145000, //3
142500, //3

};

Expand Down Expand Up @@ -205,7 +205,7 @@ const size_t P2P_LOCAL_GRAY_PEERLIST_LIMIT = 5000;
// P2P Network Configuration Section - This defines our current P2P network version
// and the minimum version for communication between nodes
const uint8_t P2P_CURRENT_VERSION = 5;
const uint8_t P2P_MINIMUM_VERSION = 5;
const uint8_t P2P_MINIMUM_VERSION = 4;

// This defines the minimum P2P version required for lite blocks propogation
const uint8_t P2P_LITE_BLOCKS_PROPOGATION_VERSION = 4;
Expand Down

0 comments on commit 4719b1e

Please sign in to comment.