mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 00:04:14 -04:00
wallet: add a non destructive blockchain rescan
This commit is contained in:
parent
1e74586ee9
commit
f26ce08c8a
6 changed files with 54 additions and 17 deletions
|
@ -1613,7 +1613,7 @@ namespace tools
|
|||
|
||||
try
|
||||
{
|
||||
m_wallet->rescan_blockchain();
|
||||
m_wallet->rescan_blockchain(req.hard);
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue