We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd1ca6 commit e99fc9aCopy full SHA for e99fc9a
1 file changed
test/protocols/electrum/electrum.cpp
@@ -96,9 +96,9 @@ boost::json::value electrum_setup_fixture::get(const std::string& request)
96
{
97
boost::asio::read_until(socket_, stream, '\n');
98
}
99
- catch (const boost::system::system_error& e)
+ catch (const boost::system::system_error&)
100
101
- BOOST_WARN_MESSAGE(false, e.what());
+ ////BOOST_WARN_MESSAGE(false, e.what());
102
return boost::json::parse(R"({"dropped":true})");
103
104
0 commit comments