mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-24 21:55:56 +00:00
dont report error.what() when returning rpcINTERNAL (#163)
This commit is contained in:
@@ -238,7 +238,7 @@ buildResponse(Context const& ctx)
|
||||
{
|
||||
BOOST_LOG_TRIVIAL(error)
|
||||
<< __func__ << " caught exception : " << err.what();
|
||||
return Status{Error::rpcINTERNAL, err.what()};
|
||||
return Status{Error::rpcINTERNAL};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user