mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
gui: fix ban from qt console
Rather than doing a circle and re-resolving the node's IP, just use the one from nodestats directly. This requires syncing the addr field from CNode.
This commit is contained in:
parent
d7615af34e
commit
cb78c60534
3 changed files with 16 additions and 13 deletions
|
|
@ -629,6 +629,7 @@ void CNode::copyStats(CNodeStats &stats)
|
|||
{
|
||||
stats.nodeid = this->GetId();
|
||||
X(nServices);
|
||||
X(addr);
|
||||
X(fRelayTxes);
|
||||
X(nLastSend);
|
||||
X(nLastRecv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue