gui: fix ban from qt console

This commit is contained in:
Cory Fields
2016-10-04 19:27:11 -04:00
committed by lateminer
parent 6b4f463267
commit a9357f0c67
3 changed files with 12 additions and 12 deletions

View File

@@ -685,6 +685,7 @@ void CNode::copyStats(CNodeStats &stats)
{
stats.nodeid = this->GetId();
X(nServices);
X(addr);
X(fRelayTxes);
X(nLastSend);
X(nLastRecv);