Merge pull request 'Tails: fix slow wallet open' (#72) from tobtoht/feather:tails_fix_slow_open into master

Reviewed-on: feather/feather#72
master
tobtoht 4 years ago
commit a325883b62

@ -330,9 +330,9 @@ void AppContext::onWalletOpened(Wallet *wallet) {
connect(this->currentWallet, &Wallet::transactionCreated, this, &AppContext::onTransactionCreated);
connect(this->currentWallet, &Wallet::connectionStatusChanged, this, &AppContext::onConnectionStatusChanged);
this->nodes->connectToNode();
emit walletOpened();
this->nodes->connectToNode();
this->updateBalance();
#ifdef DONATE_BEG

Loading…
Cancel
Save