aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-10-08 16:43:11 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-10-08 16:43:15 +0200
commitb2fec4e9a17503ff8fae4fba6e9c875112fb9071 (patch)
tree3121a29a5df7eeea85bd9ab69809e32617174ff5 /src/net.cpp
parent61d191fbf953700ba8aeadc9c8cf4c195efbd10c (diff)
parentcb78c60534e5be205f9190cb0cde700f9e9fa38d (diff)
downloadbitcoin-b2fec4e9a17503ff8fae4fba6e9c875112fb9071.tar.xz
Merge #8885: gui: fix ban from qt console
cb78c60 gui: fix ban from qt console (Cory Fields)
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 770e2d2959..19dd040997 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -629,6 +629,7 @@ void CNode::copyStats(CNodeStats &stats)
{
stats.nodeid = this->GetId();
X(nServices);
+ X(addr);
X(fRelayTxes);
X(nLastSend);
X(nLastRecv);