Skip to content

Commit 556409d

Browse files
committed
Disable test warning.
1 parent dfd1ca6 commit 556409d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/protocols/electrum/electrum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ boost::json::value electrum_setup_fixture::get(const std::string& request)
9898
}
9999
catch (const boost::system::system_error& e)
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)