diff --git a/builder/builder.go b/builder/builder.go index 22cfd714b1..fd643a3438 100644 --- a/builder/builder.go +++ b/builder/builder.go @@ -391,6 +391,8 @@ func (b *Builder) handlePayloadAttributes(attrs *BuilderPayloadAttributes) error b.slotCtxCancel() } + attrs.ExtraData = b.extraData + slotCtx, slotCtxCancel := context.WithTimeout(context.Background(), b.builderBlockTime) b.slotAttrs = *attrs b.slotCtx = slotCtx