3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 07:12:17 +00:00

Don't print logging messages when calculating checkpoints.

This commit is contained in:
Mike Hearn 2015-01-12 16:53:45 +01:00
parent 8863cd5afd
commit cd7dc3e535

View File

@ -52,7 +52,7 @@ public class BuildCheckpoints {
private static final File TEXTUAL_CHECKPOINTS_FILE = new File("checkpoints.txt");
public static void main(String[] args) throws Exception {
BriefLogFormatter.init();
BriefLogFormatter.initWithSilentBitcoinJ();
// Sorted map of block height to StoredBlock object.
final TreeMap<Integer, StoredBlock> checkpoints = new TreeMap<Integer, StoredBlock>();