Update checkpoints up to block 295K

This commit is contained in:
Duke Leto
2020-09-19 12:38:11 -04:00
parent 06c6494dfb
commit 01e493d207
2 changed files with 11 additions and 5 deletions

View File

@@ -57,4 +57,4 @@ if ($line1 =~ m/tx=(\d+)/) {
}
print "(int64_t) $time, // time of last checkpointed block\n";
print "(int64_t) $total_txs, // total txs\n";
print "(double) $txs_per_day, // txs in the last day before block $blocks\n";
print "(double) $txs_per_day // txs in the last day before block $blocks\n";