mirror of
https://github.com/monero-project/monero.git
synced 2026-01-16 14:53:00 -08:00
Merge pull request #4731
f26ce08c wallet: add a non destructive blockchain rescan (moneromooo-monero)
This commit is contained in:
@@ -1781,7 +1781,7 @@ namespace tools
|
||||
|
||||
try
|
||||
{
|
||||
m_wallet->rescan_blockchain();
|
||||
m_wallet->rescan_blockchain(req.hard);
|
||||
}
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user