Skip to content

Commit

Permalink
Merge branch 'main' into stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Aratz M. Lasa committed May 11, 2023
2 parents 969cf2c + d7bcc58 commit f132a46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion relay/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ func (rs *Relay) storeGetPayloadRequest(logger log.Logger, m *structs.MetricGrou
}

m.AppendSince(tStoreWarehouse, "getPayload", "storeWarehouse")
logger.Debug("stored in warehouse")
}

func validatePayload(expected structs.BlockBidAndTrace, requested structs.SignedBlindedBeaconBlock) error {
Expand Down
1 change: 0 additions & 1 deletion relay/submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ func (rs *Relay) SubmitBlock(ctx context.Context, m *structs.MetricGroup, uc str
// we should not return error because it's already been stored for delivery
} else {
m.AppendSince(tStoreWarehouse, "submitBlock", "storeWarehouse")
logger.Debug("stored in warehouse")
}
}

Expand Down

0 comments on commit f132a46

Please sign in to comment.