diff --git a/src/wallet/walletdb.cpp b/src/wallet/walletdb.cpp index cb2004bc34..0a886c231d 100644 --- a/src/wallet/walletdb.cpp +++ b/src/wallet/walletdb.cpp @@ -874,11 +874,7 @@ DBErrors WalletBatch::FindWalletTx(std::vector& vTxHash, std::listclose(); - } - catch (const boost::thread_interrupted&) { - throw; - } - catch (...) { + } catch (...) { result = DBErrors::CORRUPT; }