mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 19:41:24 +00:00
BlockImporter: Set bitcoinj context.
This commit is contained in:
@@ -39,6 +39,7 @@ public class BlockImporter {
|
||||
params = TestNet3Params.get();
|
||||
else
|
||||
params = MainNetParams.get();
|
||||
new Context(params);
|
||||
|
||||
BlockStore store;
|
||||
if (args[1].equals("H2")) {
|
||||
|
Reference in New Issue
Block a user