Merge pull request #4731

f26ce08c wallet: add a non destructive blockchain rescan (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-11-06 21:30:12 +02:00
commit 164ba3ef1c
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
6 changed files with 54 additions and 17 deletions

View file

@ -1781,7 +1781,7 @@ namespace tools
try
{
m_wallet->rescan_blockchain();
m_wallet->rescan_blockchain(req.hard);
}
catch (const std::exception& e)
{