worker-9 hace 4 años
padre
commit
696f83a40d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      netclient/functions/checkin.go

+ 1 - 0
netclient/functions/checkin.go

@@ -261,6 +261,7 @@ func Push(network string) error {
 		log.Println("Failed to authenticate:", err)
 		return err
 	}
+	postnode.SetLastCheckIn()
 	nodeData, err := json.Marshal(&postnode)
 	if err != nil {
 		return err