Update Yggdrasil demo peer count

This commit is contained in:
Neil Alexander 2020-07-01 13:47:16 +01:00
parent 8e7947926c
commit 55bc82c439
1 changed files with 1 additions and 1 deletions

View File

@ -176,5 +176,5 @@ func (n *Node) SigningPrivateKey() ed25519.PrivateKey {
}
func (n *Node) PeerCount() int {
return len(n.core.GetSwitchPeers())
return len(n.core.GetPeers()) - 1
}