Skip to content

Commit e99fc9a

Browse files
committed
Disable test warning.
1 parent dfd1ca6 commit e99fc9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/protocols/electrum/electrum.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ boost::json::value electrum_setup_fixture::get(const std::string& request)
9696
{
9797
boost::asio::read_until(socket_, stream, '\n');
9898
}
99-
catch (const boost::system::system_error& e)
99+
catch (const boost::system::system_error&)
100100
{
101-
BOOST_WARN_MESSAGE(false, e.what());
101+
////BOOST_WARN_MESSAGE(false, e.what());
102102
return boost::json::parse(R"({"dropped":true})");
103103
}
104104

0 commit comments

Comments
 (0)