diff options
author | David Hill <dhill@conformal.com> | 2014-05-13 16:38:36 -0400 |
---|---|---|
committer | David Hill <dhill@conformal.com> | 2014-05-13 16:38:36 -0400 |
commit | 122549f6dee5f4d4daf7091d6302c38ba13ffb01 (patch) | |
tree | a2c433760840b67900b0bf6fcc8b30d0579a03b6 | |
parent | a99f9be0ebd4062fd73648d525b2c7961f845580 (diff) |
Fix incorrect checkpoint data for testnet3
-rw-r--r-- | src/checkpoints.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index 9ab8b68443..926949e06a 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -66,8 +66,8 @@ namespace Checkpoints ; static const CCheckpointData dataTestnet = { &mapCheckpointsTestnet, - 1338180505, - 16341, + 1337966069, + 1488, 300 }; |