Update Yggdrasil demo peer count
parent
8e7947926c
commit
55bc82c439
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue