mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
Merge pull request #4184
122549f
Fix incorrect checkpoint data for testnet3 (David Hill)
This commit is contained in:
commit
37634587a7
@ -66,8 +66,8 @@ namespace Checkpoints
|
|||||||
;
|
;
|
||||||
static const CCheckpointData dataTestnet = {
|
static const CCheckpointData dataTestnet = {
|
||||||
&mapCheckpointsTestnet,
|
&mapCheckpointsTestnet,
|
||||||
1338180505,
|
1337966069,
|
||||||
16341,
|
1488,
|
||||||
300
|
300
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user