Audit changes.

This commit is contained in:
jdl
2026-06-11 16:46:38 +02:00
parent cd2ec23ccb
commit 82a6d47bc9
17 changed files with 133 additions and 71 deletions

View File

@@ -26,5 +26,5 @@ type Peer struct {
}
type NetworkState struct {
Peers [256]*Peer
Peers []Peer
}