start standardizing the RPC returns

This commit is contained in:
jed
2012-06-11 15:40:40 -07:00
parent 6b741530a3
commit 2d7e096d29
7 changed files with 44 additions and 44 deletions

View File

@@ -1234,7 +1234,7 @@ void UniqueNodeList::nodeRemove(NewcoinAddress naNodePublic)
}
}
// XXX Broken should opperate on seeds.
// XXX Broken should operate on seeds.
void UniqueNodeList::nodeReset()
{
{
@@ -1267,8 +1267,8 @@ Json::Value UniqueNodeList::getUnlJson()
Json::Value node(Json::objectValue);
node["PublicKey"] = strPublicKey;
node["Comment"] = strComment;
node["publicKey"] = strPublicKey;
node["comment"] = strComment;
ret.append(node);
}