fix error on run

This commit is contained in:
partisan 2024-08-08 13:48:18 +02:00
parent b92d2c732b
commit 5660167495
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ func nodeUpdateSync() {
for _, peerAddr := range peers {
fmt.Printf("Notifying node %s about update...\n", peerAddr)
msg := Message{
ID: hostID.Pretty(),
ID: hostID,
Type: "update",
Content: "Start update process",
}