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 b4328a2 commit e9bbbae
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 e9bbbae

Please sign in to comment.