From fa1c74fd0342b74d44cc4e41fff3890c1434e8f7 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 2 Jun 2020 07:14:04 -0400 Subject: wallet: Remove unused boost::thread_interrupted FindWalletTx is only called by zapwallet, which is never called in a boost::thread --- src/wallet/walletdb.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/wallet/walletdb.cpp') 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; } -- cgit v1.2.3