Ability to be in multiple meshes and refactored consensus

This commit is contained in:
Tim Beatham
2023-10-24 16:00:46 +01:00
parent 8e89281484
commit 180f5e226c
19 changed files with 259 additions and 186 deletions

View File

@ -17,6 +17,7 @@ type MeshNode struct {
PublicKey string
WgHost string
Failed bool
Timestamp int64
}
type Mesh struct {