Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
fahimahmedx committed Jul 30, 2024
1 parent 3b5d76c commit 0937784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-program/client/l2/engineapi/block_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func NewBlockProcessorFromPayloadAttributes(provider BlockDataProvider, parent c
MixDigest: common.Hash(attrs.PrevRandao),
Nonce: types.EncodeNonce(0),
ParentBeaconRoot: attrs.ParentBeaconBlockRoot,
Millisecond: uint64(attrs.Milliseconds),
Milliseconds: uint64(attrs.Milliseconds),
}

// Ecotone
Expand Down

0 comments on commit 0937784

Please sign in to comment.