mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-19 13:45:48 +00:00
BlockImporter: Set bitcoinj context.
This commit is contained in:
parent
93b9229397
commit
11d7f15322
@ -39,6 +39,7 @@ public class BlockImporter {
|
|||||||
params = TestNet3Params.get();
|
params = TestNet3Params.get();
|
||||||
else
|
else
|
||||||
params = MainNetParams.get();
|
params = MainNetParams.get();
|
||||||
|
new Context(params);
|
||||||
|
|
||||||
BlockStore store;
|
BlockStore store;
|
||||||
if (args[1].equals("H2")) {
|
if (args[1].equals("H2")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user