mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
wallet-tool: Properly initialize context.
This commit is contained in:
parent
814bad4efb
commit
d6002e1ee4
@ -277,6 +277,8 @@ public class WalletTool {
|
||||
default:
|
||||
throw new RuntimeException("Unreachable.");
|
||||
}
|
||||
Context.propagate(new Context(params));
|
||||
|
||||
mode = modeFlag.value(options);
|
||||
|
||||
// Allow the user to override the name of the chain used.
|
||||
|
Loading…
Reference in New Issue
Block a user