BlockImporter: Set bitcoinj context.

This commit is contained in:
Andreas Schildbach 2018-04-06 19:20:13 +02:00
parent 93b9229397
commit 11d7f15322

View file

@ -39,6 +39,7 @@ public class BlockImporter {
params = TestNet3Params.get();
else
params = MainNetParams.get();
new Context(params);
BlockStore store;
if (args[1].equals("H2")) {