Skip to content

Commit

Permalink
set attributes extra data
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmel committed Sep 7, 2024
1 parent 05556ae commit 9fd9c41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ func (b *Builder) handlePayloadAttributes(attrs *builderTypes.PayloadAttributes)
b.slotCtxCancel()
}

attrs.ExtraData = b.extraData

slotCtx, slotCtxCancel := context.WithTimeout(context.Background(), b.builderBlockTime)
b.slotAttrs = *attrs
b.slotCtx = slotCtx
Expand Down

0 comments on commit 9fd9c41

Please sign in to comment.