Fix incorrect checkpoint data for testnet3

This commit is contained in:
David Hill 2014-05-13 16:38:36 -04:00
parent a99f9be0eb
commit 122549f6de
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ namespace Checkpoints
; ;
static const CCheckpointData dataTestnet = { static const CCheckpointData dataTestnet = {
&mapCheckpointsTestnet, &mapCheckpointsTestnet,
1338180505, 1337966069,
16341, 1488,
300 300
}; };