Skip to content

Commit eea1a26

Browse files
committed
push upgrade height back some more
1 parent 0566150 commit eea1a26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/config/CryptoNoteConfig.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ namespace CryptoNote
7878
/* Fee adjustment V1 */
7979
const uint64_t MINIMUM_FEE_V1 = UINT64_C(70000000); // 7.0000000 CX
8080

81-
const uint64_t MINIMUM_FEE_V1_HEIGHT = 728500;
81+
const uint64_t MINIMUM_FEE_V1_HEIGHT = 729500;
8282

8383
/* This section defines our minimum and maximum mixin counts required for transactions */
8484
const uint64_t MINIMUM_MIXIN_V1 = 0;
@@ -93,7 +93,7 @@ namespace CryptoNote
9393
/* The heights to activate the mixin limits at */
9494
const uint32_t MIXIN_LIMITS_V1_HEIGHT = 0;
9595
const uint32_t MIXIN_LIMITS_V2_HEIGHT = 1;
96-
const uint32_t MIXIN_LIMITS_V3_HEIGHT = 728500;
96+
const uint32_t MIXIN_LIMITS_V3_HEIGHT = 729500;
9797

9898
/* The mixin to use by default with zedwallet and turtle-service */
9999
/* DEFAULT_MIXIN_V0 is the mixin used before MIXIN_LIMITS_V1_HEIGHT is started */
@@ -106,7 +106,7 @@ namespace CryptoNote
106106
const uint64_t DEFAULT_DUST_THRESHOLD_V2 = UINT64_C(0);
107107

108108
const uint32_t DUST_THRESHOLD_V2_HEIGHT = MIXIN_LIMITS_V2_HEIGHT;
109-
const uint32_t FUSION_DUST_THRESHOLD_HEIGHT_V2 = 728500;
109+
const uint32_t FUSION_DUST_THRESHOLD_HEIGHT_V2 = 729500;
110110
const uint64_t EXPECTED_NUMBER_OF_BLOCKS_PER_DAY = 24 * 60 * 60 / DIFFICULTY_TARGET;
111111

112112
const size_t DIFFICULTY_WINDOW = 17;
@@ -140,7 +140,7 @@ namespace CryptoNote
140140
* be created in a transaction */
141141
const uint64_t MAX_OUTPUT_SIZE_CLIENT = 10'000'0000000;
142142

143-
const uint64_t MAX_OUTPUT_SIZE_HEIGHT = 728500;
143+
const uint64_t MAX_OUTPUT_SIZE_HEIGHT = 729500;
144144

145145
/* For new projects forked from this code base, the values immediately below
146146
should be changed to 0 to prevent issues with transaction processing
@@ -191,7 +191,7 @@ namespace CryptoNote
191191
21000, // 0
192192
170000, // 1
193193
394000, // 2
194-
728500 // 3
194+
729500 // 3
195195
};
196196

197197
/* MAKE SURE TO UPDATE THIS VALUE WITH EVERY MAJOR RELEASE BEFORE A FORK */

0 commit comments

Comments
 (0)