diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-10-08 16:43:11 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-10-08 16:43:15 +0200 |
commit | b2fec4e9a17503ff8fae4fba6e9c875112fb9071 (patch) | |
tree | 3121a29a5df7eeea85bd9ab69809e32617174ff5 /src/net.cpp | |
parent | 61d191fbf953700ba8aeadc9c8cf4c195efbd10c (diff) | |
parent | cb78c60534e5be205f9190cb0cde700f9e9fa38d (diff) |
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.cpp | 1 |
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); |