Skip to content

Commit 8b802c6

Browse files
committed
changing no-bid-found log level to debug
1 parent 8c77dd7 commit 8b802c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/get_payload.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ func (m *BoostService) innerGetPayload(log *logrus.Entry, signedBlindedBeaconBlo
137137
originalBid := m.bids[bidKey(slot, blockHash)]
138138
m.bidsLock.Unlock()
139139
if originalBid.response.IsEmpty() {
140-
log.Warn("no bid for this payload found, was getHeader called before?")
140+
log.Debug("no bid for this getPayload request found")
141141
} else if len(originalBid.relays) == 0 {
142-
log.Warn("bid found but no associated relays")
142+
log.Debug("bid found but no associated relays")
143143
}
144144

145145
// Prepare for requests

0 commit comments

Comments
 (0)