aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-05-28 10:11:32 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-05-28 10:11:42 +0200
commit37634587a77114b9d35056931a5160f8b277fd21 (patch)
treea5b0cfb073eef3c5a66bfe6f190b89a19b2fdd94 /src
parentbdc7f1a1018002bf83991160a270c84d04e1d213 (diff)
parent122549f6dee5f4d4daf7091d6302c38ba13ffb01 (diff)
downloadbitcoin-37634587a77114b9d35056931a5160f8b277fd21.tar.xz
Merge pull request #4184
122549f Fix incorrect checkpoint data for testnet3 (David Hill)
Diffstat (limited to 'src')
-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
};