networks: Add mid checkpoint before last at 200k.
This commit is contained in:
parent
9b70c29494
commit
f484c6398b
1 changed files with 4 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ main.brontidePort = 44806;
|
|||
|
||||
/**
|
||||
* Checkpoint block list.
|
||||
* NOTE: The number of blocks between checkpoints needs to be lower than
|
||||
* MAX_BLOCK_REQUEST (50k).
|
||||
* @const {Object}
|
||||
*/
|
||||
|
||||
|
|
@ -110,6 +112,8 @@ main.checkpointMap = {
|
|||
'0000000000000005ee5106df9e48bcd232a1917684ac344b35ddd9b9e4101096', 'hex'),
|
||||
160000: Buffer.from(
|
||||
'00000000000000021e723ce5aedc021ab4f85d46a6914e40148f01986baa46c9', 'hex'),
|
||||
200000: Buffer.from(
|
||||
'000000000000000181ebc18d6c34442ffef3eedca90c57ca8ecc29016a1cfe16', 'hex'),
|
||||
225000: Buffer.from(
|
||||
'00000000000000021f0be013ebad018a9ef97c8501766632f017a778781320d5', 'hex')
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue