mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix typo.
This commit is contained in:
@@ -1409,7 +1409,7 @@ Json::Value RPCServer::doProfile(const Json::Value ¶ms)
|
||||
Json::Value obj(Json::objectValue);
|
||||
|
||||
obj["count"] = iCount;
|
||||
obj["sumbit"] = bSubmit;
|
||||
obj["submit"] = bSubmit;
|
||||
obj["start"] = boost::posix_time::to_simple_string(ptStart);
|
||||
obj["end"] = boost::posix_time::to_simple_string(ptEnd);
|
||||
obj["interval"] = boost::posix_time::to_simple_string(tdInterval);
|
||||
|
||||
Reference in New Issue
Block a user