Browse Source

Fix incorrect checkpoint data for testnet3

0.10
David Hill 10 years ago
parent
commit
122549f6de
  1. 4
      src/checkpoints.cpp

4
src/checkpoints.cpp

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

Loading…
Cancel
Save