mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +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) {
|
||||
bwtConfig.bitcoindWallet = config.getCoreWallet();
|
||||
}
|
||||
bwtConfig.createWalletIfMissing = !outputDescriptors.isEmpty();
|
||||
bwtConfig.createWalletIfMissing = true;
|
||||
|
||||
Gson gson = new Gson();
|
||||
String jsonConfig = gson.toJson(bwtConfig);
|
||||
|
|
Loading…
Reference in a new issue