mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 08:37:05 +00:00
cormorant: avoid importing wallets when testing connection, only show prune warning once per connection
This commit is contained in:
@@ -1106,7 +1106,7 @@ public class ElectrumServer {
|
||||
throw new CormorantBitcoindException("Legacy wallet configured");
|
||||
}
|
||||
if(ElectrumServer.cormorant == null) {
|
||||
ElectrumServer.cormorant = new Cormorant();
|
||||
ElectrumServer.cormorant = new Cormorant(subscribe);
|
||||
ElectrumServer.coreElectrumServer = cormorant.start();
|
||||
}
|
||||
} catch(CormorantBitcoindException e) {
|
||||
|
||||
Reference in New Issue
Block a user