mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix data_store by removing testing code.
This commit is contained in:
@@ -850,10 +850,6 @@ Json::Value RPCServer::doDataFetch(Json::Value& params)
|
||||
// data_store <key> <value>
|
||||
Json::Value RPCServer::doDataStore(Json::Value& params)
|
||||
{
|
||||
params = Json::Value(Json::arrayValue);
|
||||
params.append(12);
|
||||
params.append(34);
|
||||
|
||||
std::string strKey = params[0u].asString();
|
||||
std::string strValue = params[1u].asString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user