mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 14:40:40 +01:00
BlockImporter: Set bitcoinj context.
This commit is contained in:
parent
93b9229397
commit
11d7f15322
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ public class BlockImporter {
|
|||
params = TestNet3Params.get();
|
||||
else
|
||||
params = MainNetParams.get();
|
||||
new Context(params);
|
||||
|
||||
BlockStore store;
|
||||
if (args[1].equals("H2")) {
|
||||
|
|
Loading…
Add table
Reference in a new issue