Browse Source

bug squashin

worker-9 4 years ago
parent
commit
696f83a40d
1 changed files with 1 additions and 0 deletions
  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)
 		log.Println("Failed to authenticate:", err)
 		return err
 		return err
 	}
 	}
+	postnode.SetLastCheckIn()
 	nodeData, err := json.Marshal(&postnode)
 	nodeData, err := json.Marshal(&postnode)
 	if err != nil {
 	if err != nil {
 		return err
 		return err