mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
Merge pull request #3682
3e0753b always show syncnode in getpeerinfo (fixes #2717) (Philip Kaufmann)
This commit is contained in:
commit
77eaa6fc45
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user