We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd1ca6 commit 556409dCopy full SHA for 556409d
1 file changed
test/protocols/electrum/electrum.cpp
@@ -98,7 +98,7 @@ boost::json::value electrum_setup_fixture::get(const std::string& request)
98
}
99
catch (const boost::system::system_error& e)
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