diff options
| author | Jonas Schnelli <[email protected]> | 2016-10-08 16:43:11 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-10-08 16:43:15 +0200 |
| commit | b2fec4e9a17503ff8fae4fba6e9c875112fb9071 (patch) | |
| tree | 3121a29a5df7eeea85bd9ab69809e32617174ff5 /src/net.cpp | |
| parent | Merge #8887: [Doc] Improve GitHub issue template (diff) | |
| parent | gui: fix ban from qt console (diff) | |
| download | discoin-b2fec4e9a17503ff8fae4fba6e9c875112fb9071.tar.xz discoin-b2fec4e9a17503ff8fae4fba6e9c875112fb9071.zip | |
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 770e2d295..19dd04099 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); |