Fix new RPC dispatcher params

This commit is contained in:
Vinnie Falco
2014-02-11 18:58:09 -08:00
parent 38c3f84c9f
commit fdfe047f3e
2 changed files with 18 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ struct Request
// [in] The JSON-RPC method
std::string method;
// [in] The complete JSON-RPC request
// [in] The Ripple-specific "params" object
Json::Value params;
// [in, out] The resource cost for the command