From 9c93f1c377379f38e080f80d5afee47976854682 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 14 Nov 2013 01:46:56 -0200 Subject: [PATCH] fix checkpoint --- src/checkpoints.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index e9f37183..fcf10f65 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -37,12 +37,12 @@ namespace Checkpoints // + Contains no strange transactions static MapCheckpoints mapCheckpoints = boost::assign::map_list_of - ( 1440, uint256("0x0000002911e554058b3272c2a70818656bddda401164dd1b28cb3dc9d9ba7e2e")) + ( 121, uint256("0xcfdd9b4eb621c93163af7b730b3590b7a90c3d5e233569d76a1c0363527c92ae")) ; static const CCheckpointData data = { &mapCheckpoints, - 1383759089, // * UNIX timestamp of last checkpoint block - 1448, // * total number of transactions between genesis and last checkpoint + 1384400445, // * UNIX timestamp of last checkpoint block + 130, // * total number of transactions between genesis and last checkpoint // (the tx=... number in the SetBestChain debug.log lines) 144.0 // * estimated number of transactions per day after checkpoint };