3e0753b always show syncnode in getpeerinfo (fixes #2717) (Philip Kaufmann)
3e0753b
@ -138,8 +138,7 @@ Value getpeerinfo(const Array& params, bool fHelp)
if (fStateStats) {
obj.push_back(Pair("banscore", statestats.nMisbehavior));
}
if (stats.fSyncNode)
obj.push_back(Pair("syncnode", true));
obj.push_back(Pair("syncnode", stats.fSyncNode));
ret.push_back(obj);