From 55a4559b05ab93a644906c35e220e316572cfde2 Mon Sep 17 00:00:00 2001 From: Alok Date: Tue, 2 Sep 2025 18:57:33 +0530 Subject: [PATCH] fix: bid options in response --- p2p/pkg/rpc/bidder/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/p2p/pkg/rpc/bidder/service.go b/p2p/pkg/rpc/bidder/service.go index ac2187274..569b08881 100644 --- a/p2p/pkg/rpc/bidder/service.go +++ b/p2p/pkg/rpc/bidder/service.go @@ -244,6 +244,7 @@ func (s *Service) SendBid( DecayEndTimestamp: b.DecayEndTimestamp, DispatchTimestamp: resp.DispatchTimestamp, RevertingTxHashes: strings.Split(b.RevertingTxHashes, ","), + BidOptions: bid.BidOptions, }) if err != nil { s.logger.Error("sending preConfirmation", "error", err)