mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Merge branch 'master' of github.com:jedmccaleb/NewCoin
This commit is contained in:
@@ -2711,8 +2711,10 @@ Json::Value RPCServer::doCommand(const std::string& command, Json::Value& params
|
||||
try {
|
||||
return (this->*(commandsA[i].dfpFunc))(params);
|
||||
}
|
||||
catch (...)
|
||||
catch (std::exception& e)
|
||||
{
|
||||
cLog(lsINFO) << "Caught throw: " << e.what();
|
||||
|
||||
return RPCError(rpcINTERNAL);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user