mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-05-17 23:56:39 +00:00
Switch nPrevNodeCount to vNodesSize.
These both have the same value, but the variable naming is confusing.
This commit is contained in:
parent
59ecacfc84
commit
83d53058ae
@ -1227,7 +1227,7 @@ void CConnman::ThreadSocketHandler()
|
||||
if(vNodesSize != nPrevNodeCount) {
|
||||
nPrevNodeCount = vNodesSize;
|
||||
if(clientInterface)
|
||||
clientInterface->NotifyNumConnectionsChanged(nPrevNodeCount);
|
||||
clientInterface->NotifyNumConnectionsChanged(vNodesSize);
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user