Skip to content

Commit 4cee6e9

Browse files
committed
fix spelling
1 parent d549954 commit 4cee6e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/get_payload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func (m *BoostService) innerGetPayload(log *logrus.Entry, signedBlindedBeaconBlo
144144

145145
relays := m.relays
146146
if len(originalBid.relays) > 0 {
147-
// substitute to use originalBid relays since they are def going to contain policy based relays
147+
// substitute to use originalBid relays since they are definitely going to contain policy based relays
148148
// which are the only ones we want to request the payload from and not from all the relays.
149149
relays = originalBid.relays
150150
}

server/register_validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/sirupsen/logrus"
1818
)
1919

20-
var ErrUnsupportedContentType = errors.New("unsupported content typee")
20+
var ErrUnsupportedContentType = errors.New("unsupported content type")
2121

2222
func (m *BoostService) registerValidator(log *logrus.Entry, regBytes []byte, header http.Header) error {
2323
if m.muxConfig == nil {

0 commit comments

Comments
 (0)