wallet: add a non destructive blockchain rescan

This commit is contained in:
moneromooo-monero 2018-10-26 14:25:20 +00:00
parent 1e74586ee9
commit f26ce08c8a
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
6 changed files with 54 additions and 17 deletions

View file

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