mirror of
https://github.com/monero-project/monero.git
synced 2026-01-14 05:46:37 -08:00
wallet: prevent the same wallet file from being opened by multiple processes
This commit is contained in:
@@ -721,6 +721,7 @@ bool WalletImpl::close(bool store)
|
||||
LOG_PRINT_L1("Calling wallet::stop...");
|
||||
m_wallet->stop();
|
||||
LOG_PRINT_L1("wallet::stop done");
|
||||
m_wallet->deinit();
|
||||
result = true;
|
||||
clearStatus();
|
||||
} catch (const std::exception &e) {
|
||||
|
||||
Reference in New Issue
Block a user