mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
refactor: Drop boost::this_thread::interruption_point and boost::thread_interrupted in main thread
This commit is contained in:
@@ -820,10 +820,6 @@ static int CommandLineRawTx(int argc, char* argv[])
|
||||
|
||||
OutputTx(tx);
|
||||
}
|
||||
|
||||
catch (const boost::thread_interrupted&) {
|
||||
throw;
|
||||
}
|
||||
catch (const std::exception& e) {
|
||||
strPrint = std::string("error: ") + e.what();
|
||||
nRet = EXIT_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user