From ba8a47e56993a40a0ac1172e5b858b766a3ca45c Mon Sep 17 00:00:00 2001 From: Bhakiyaraj Kalimuthu Date: Wed, 24 Apr 2024 21:34:10 +0200 Subject: [PATCH] remove start time unix milliseconds --- server/service.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/service.go b/server/service.go index dbf6cf94..d00fc103 100644 --- a/server/service.go +++ b/server/service.go @@ -346,7 +346,6 @@ func (m *BoostService) handleGetHeader(w http.ResponseWriter, req *http.Request) headers := map[string]string{ HeaderKeySlotUID: slotUID.String(), HeaderStartTimeMsIntoSlot: fmt.Sprintf("%d", msIntoSlot), - HeaderStartTimeMsUnix: fmt.Sprintf("%d", time.Now().UTC().UnixMilli()), } // Prepare relay responses result := bidResp{} // the final response, containing the highest bid (if any) @@ -674,7 +673,6 @@ func (m *BoostService) processDenebPayload(w http.ResponseWriter, req *http.Requ headers := map[string]string{ HeaderKeySlotUID: currentSlotUID, HeaderStartTimeMsIntoSlot: fmt.Sprintf("%d", msIntoSlot), - HeaderStartTimeMsUnix: fmt.Sprintf("%d", time.Now().UTC().UnixMilli()), } // Prepare for requests