mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use jss for many Json fields.
* Document JsonFields. * Remove some unused JsonFields values.
This commit is contained in:
@@ -392,7 +392,7 @@ int run (int argc, char** argv)
|
||||
{
|
||||
// VFALCO TODO This is currently broken
|
||||
//getConfig ().setRpcIpAndOptionalPort (vm ["rpc_ip"].as <std::string> ());
|
||||
//getConfig().overwrite("rpc", "ip", vm["rpc_ip"].as<std::string>());
|
||||
//getConfig().overwrite("rpc", jss::ip, vm["rpc_ip"].as<std::string>());
|
||||
}
|
||||
|
||||
// Override the RPC destination port number
|
||||
@@ -402,7 +402,7 @@ int run (int argc, char** argv)
|
||||
// VFALCO TODO This should be a short.
|
||||
// VFALCO TODO This is currently broken
|
||||
//getConfig ().setRpcPort (vm ["rpc_port"].as <int> ());
|
||||
//getConfig().overwrite("rpc", "port", vm["rpc_port"].as<std::string>());
|
||||
//getConfig().overwrite("rpc", jss::port, vm["rpc_port"].as<std::string>());
|
||||
}
|
||||
|
||||
if (vm.count ("quorum"))
|
||||
|
||||
Reference in New Issue
Block a user