aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints.cpp
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2014-05-13 16:38:36 -0400
committerDavid Hill <dhill@conformal.com>2014-05-13 16:38:36 -0400
commit122549f6dee5f4d4daf7091d6302c38ba13ffb01 (patch)
treea2c433760840b67900b0bf6fcc8b30d0579a03b6 /src/checkpoints.cpp
parenta99f9be0ebd4062fd73648d525b2c7961f845580 (diff)
downloadbitcoin-122549f6dee5f4d4daf7091d6302c38ba13ffb01.tar.xz
Fix incorrect checkpoint data for testnet3
Diffstat (limited to 'src/checkpoints.cpp')
-rw-r--r--src/checkpoints.cpp4
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
};