mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add nodeInUNL() for validaiton.
This commit is contained in:
@@ -1355,7 +1355,7 @@ Json::Value RPCServer::doLedger(Json::Value& params)
|
||||
return "not implemented";
|
||||
}
|
||||
|
||||
// unl_add <domain><node_public> [<comment>]
|
||||
// unl_add <domain>|<node_public> [<comment>]
|
||||
Json::Value RPCServer::doUnlAdd(Json::Value& params)
|
||||
{
|
||||
if (params.size() == 1 || params.size() == 2)
|
||||
|
||||
Reference in New Issue
Block a user