mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-04-10 20:59:52 +02:00
undo #181: always create bitcoin core wallet if missing
This commit is contained in:
parent
b2657cdcfb
commit
395e90e2a5
@ -120,7 +120,7 @@ public class Bwt {
|
||||
if(config.getCoreMultiWallet() != Boolean.FALSE) {
|
||||
bwtConfig.bitcoindWallet = config.getCoreWallet();
|
||||
}
|
||||
bwtConfig.createWalletIfMissing = !outputDescriptors.isEmpty();
|
||||
bwtConfig.createWalletIfMissing = true;
|
||||
|
||||
Gson gson = new Gson();
|
||||
String jsonConfig = gson.toJson(bwtConfig);
|
||||
|
Loading…
x
Reference in New Issue
Block a user