mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
More of 13506
This commit is contained in:
parent
f4f297a11d
commit
41aaad60d5
@ -5290,7 +5290,6 @@ CWallet* CWallet::CreateWalletFromFile(const std::string& name, const fs::path&
|
||||
if (!reserver.reserve()) {
|
||||
return error(_("Failed to rescan the wallet during initialization"));
|
||||
}
|
||||
uiInterface.LoadWallet(walletInstance); // TODO: move it up when backporting 13063
|
||||
walletInstance->ScanForWalletTransactions(pindexRescan, nullptr, reserver, true);
|
||||
}
|
||||
LogPrintf(" rescan %15dms\n", GetTimeMillis() - nStart);
|
||||
|
Loading…
Reference in New Issue
Block a user