Skip to content

Commit 83bdb44

Browse files
author
deeponion
committed
fixed a mistake in checkpoint
1 parent 10f2d26 commit 83bdb44

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ int64_t nTransactionFee = MIN_TX_FEE_NEW;
8282
int64_t nReserveBalance = 0;
8383
int64_t nMinimumInputValue = 0;
8484

85-
static const int NUM_OF_POW_CHECKPOINT = 31;
85+
static const int NUM_OF_POW_CHECKPOINT = 30;
8686
static const int checkpointPoWHeight[NUM_OF_POW_CHECKPOINT][2] =
8787
{
8888
{ 9601, 4611},
@@ -114,8 +114,7 @@ static const int checkpointPoWHeight[NUM_OF_POW_CHECKPOINT][2] =
114114
{1200000, 235100},
115115
{1250000, 243054},
116116
{1300021, 252612},
117-
{1350006, 261895},
118-
{1390072, 269386},
117+
{1350006, 261894},
119118
};
120119

121120
extern enum Checkpoints::CPMode CheckpointsMode;

0 commit comments

Comments
 (0)