mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 00:14:14 -04:00
Merge pull request #4731
f26ce08c
wallet: add a non destructive blockchain rescan (moneromooo-monero)
This commit is contained in:
commit
164ba3ef1c
6 changed files with 54 additions and 17 deletions
|
@ -1781,7 +1781,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