Add nodeInUNL() for validaiton.

This commit is contained in:
Arthur Britto
2012-06-06 01:33:04 -07:00
parent e204a7dc3d
commit 232f7f2dbb
3 changed files with 122 additions and 31 deletions

View File

@@ -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)