mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
undo #181: always create bitcoin core wallet if missing
This commit is contained in:
parent
b2657cdcfb
commit
395e90e2a5
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ public class Bwt {
|
||||||
if(config.getCoreMultiWallet() != Boolean.FALSE) {
|
if(config.getCoreMultiWallet() != Boolean.FALSE) {
|
||||||
bwtConfig.bitcoindWallet = config.getCoreWallet();
|
bwtConfig.bitcoindWallet = config.getCoreWallet();
|
||||||
}
|
}
|
||||||
bwtConfig.createWalletIfMissing = !outputDescriptors.isEmpty();
|
bwtConfig.createWalletIfMissing = true;
|
||||||
|
|
||||||
Gson gson = new Gson();
|
Gson gson = new Gson();
|
||||||
String jsonConfig = gson.toJson(bwtConfig);
|
String jsonConfig = gson.toJson(bwtConfig);
|
||||||
|
|
Loading…
Reference in a new issue