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
6 changed files with 54 additions and 17 deletions
+1 -1
View File
@@ -1613,7 +1613,7 @@ namespace tools
try
{
m_wallet->rescan_blockchain();
m_wallet->rescan_blockchain(req.hard);
}
catch (const std::exception& e)
{