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 11, 2024
1 parent d83e94d commit c4f8938
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 @@ -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
Expand Down

0 comments on commit c4f8938

Please sign in to comment.