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:
parent
8863cd5afd
commit
cd7dc3e535
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user