mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 04:52:46 +00:00
Update Yggdrasil demo peer count
This commit is contained in:
parent
8e7947926c
commit
55bc82c439
1 changed files with 1 additions and 1 deletions
|
@ -176,5 +176,5 @@ func (n *Node) SigningPrivateKey() ed25519.PrivateKey {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (n *Node) PeerCount() int {
|
func (n *Node) PeerCount() int {
|
||||||
return len(n.core.GetSwitchPeers())
|
return len(n.core.GetPeers()) - 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue