Skip to content

Commit

Permalink
Remove debug validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazzymandias committed Aug 23, 2023
1 parent 49157e8 commit 03dd29c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,6 @@ func (b *Builder) submitCapellaBlock(block *types.Block, blockValue *big.Int, or
log.Error("could not validate block for capella", "err", err)
}
} else {
err = b.validator.ValidateBuilderSubmissionV2(&blockvalidation.BuilderBlockValidationRequestV2{SubmitBlockRequest: blockSubmitReq, RegisteredGasLimit: vd.GasLimit})
if err != nil {
log.Error("could not validate block for capella", "err", err)
return err
}
go b.ds.ConsumeBuiltBlock(block, blockValue, ordersClosedAt, sealedAt, commitedBundles, allBundles, usedSbundles, &blockBidMsg)
err = b.relay.SubmitBlockCapella(&blockSubmitReq, vd)
if err != nil {
Expand Down

0 comments on commit 03dd29c

Please sign in to comment.