Browse Source

Merge pull request #4184

122549f Fix incorrect checkpoint data for testnet3 (David Hill)
try
Wladimir J. van der Laan 11 years ago
parent
commit
37634587a7
No known key found for this signature in database GPG Key ID: 74810B012346C9A6
  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