mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-01-30 16:34:29 +00:00
correct last checkpoint data
This commit is contained in:
parent
fb7f7336c3
commit
821f7ee6a5
@ -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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user