update checkpoints

This commit is contained in:
Duke Leto
2022-01-24 12:16:21 -05:00
parent 804a4abbe7
commit 1ef99eeb4f
2 changed files with 114 additions and 5 deletions

View File

@@ -55,6 +55,6 @@ if ($line1 =~ m/tx=(\d+)/) {
$txs_per_day = $total_txs - $tx1;
}
}
print "(int64_t) $time, // time of last checkpointed block\n";
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";