diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-11-06 21:30:12 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-11-06 21:30:12 +0200 |
commit | 164ba3ef1cefbcd4a45fbe5b821b5ba495f446a2 (patch) | |
tree | 9cf1a0c576de70a293c870aea9b465aff3b75b96 /src/wallet/wallet_rpc_server.cpp | |
parent | Merge pull request #4730 (diff) | |
parent | wallet: add a non destructive blockchain rescan (diff) | |
download | monero-164ba3ef1cefbcd4a45fbe5b821b5ba495f446a2.tar.xz |
Merge pull request #4731
f26ce08c wallet: add a non destructive blockchain rescan (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet_rpc_server.cpp')
-rw-r--r-- | src/wallet/wallet_rpc_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp index eabdd9a6a..d91a69ed1 100644 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp @@ -1781,7 +1781,7 @@ namespace tools try { - m_wallet->rescan_blockchain(); + m_wallet->rescan_blockchain(req.hard); } catch (const std::exception& e) { |