This commit is contained in:
jed
2012-08-14 14:19:44 -07:00
parent d3daa2fc00
commit 6044e49994

View File

@@ -1212,7 +1212,8 @@ Json::Value Peer::getJson()
//ret["this"] = ADDRESS(this);
ret["public_key"] = mNodePublic.ToString();
ret["ip"] = mIpPortConnect.first;
ret["port"] = mIpPortConnect.second;
//ret["port"] = mIpPortConnect.second;
ret["port"] = mIpPort.second;
if (mHello.has_fullversion())
ret["version"] = mHello.fullversion();