We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f2d26 commit 83bdb44Copy full SHA for 83bdb44
src/main.cpp
@@ -82,7 +82,7 @@ int64_t nTransactionFee = MIN_TX_FEE_NEW;
82
int64_t nReserveBalance = 0;
83
int64_t nMinimumInputValue = 0;
84
85
-static const int NUM_OF_POW_CHECKPOINT = 31;
+static const int NUM_OF_POW_CHECKPOINT = 30;
86
static const int checkpointPoWHeight[NUM_OF_POW_CHECKPOINT][2] =
87
{
88
{ 9601, 4611},
@@ -114,8 +114,7 @@ static const int checkpointPoWHeight[NUM_OF_POW_CHECKPOINT][2] =
114
{1200000, 235100},
115
{1250000, 243054},
116
{1300021, 252612},
117
- {1350006, 261895},
118
- {1390072, 269386},
+ {1350006, 261894},
119
};
120
121
extern enum Checkpoints::CPMode CheckpointsMode;
0 commit comments