Skip to content

Commit

Permalink
Remove toolchain from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Sep 25, 2024
1 parent 6ba1b5d commit 20c3cf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions common/types_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ func ElectraUnblindSignedBlock(blindedBlock *eth2ApiV1Electra.SignedBlindedBeaco
ExecutionPayload: blockPayload.ExecutionPayload,
BLSToExecutionChanges: blindedBlock.Message.Body.BLSToExecutionChanges,
BlobKZGCommitments: blindedBlock.Message.Body.BlobKZGCommitments,
ExecutionRequests: blindedBlock.Message.Body.ExecutionRequests,
},
},
Signature: blindedBlock.Signature,
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/flashbots/mev-boost-relay

go 1.22

toolchain go1.23.1

require (
github.com/NYTimes/gziphandler v1.1.1
github.com/alicebob/miniredis/v2 v2.32.1
Expand Down

0 comments on commit 20c3cf5

Please sign in to comment.