Merge pull request 'Store wallet immediately upon finishing sync' (#240) from tobtoht/feather:store_sync into master

Reviewed-on: feather/feather#240
remotes/1691844314220217825/master
tobtoht 3 years ago
commit 80bd8e085d

@ -721,7 +721,8 @@ void AppContext::onWalletRefreshed(bool success) {
if (!this->refreshed) {
refreshModels();
this->refreshed = true;
this->storeWallet();
// store wallet immediately upon finishing synchronization
this->currentWallet->store();
}
qDebug() << "Wallet refresh status: " << success;

Loading…
Cancel
Save