1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-30 08:24:20 +00:00

correct last checkpoint data

This commit is contained in:
orignal 2017-09-15 14:58:34 -04:00
parent fb7f7336c3
commit 821f7ee6a5

View File

@ -50,10 +50,10 @@ namespace Checkpoints
; ;
static const CCheckpointData data = { static const CCheckpointData data = {
&mapCheckpoints, &mapCheckpoints,
1376885874, // * UNIX timestamp of last checkpoint block 1505499844, // * UNIX timestamp of last checkpoint block
1859062, // * total number of transactions between genesis and last checkpoint 83745, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines) // (the tx=... number in the SetBestChain debug.log lines)
7000.0 // * estimated number of transactions per day after checkpoint 100.0 // * estimated number of transactions per day after checkpoint
}; };
static MapCheckpoints mapCheckpointsTestnet = static MapCheckpoints mapCheckpointsTestnet =