Skip to content

Commit

Permalink
fill in executionpayload for/from GetPayloadV4 (#6200)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Apr 10, 2024
1 parent b9f9fc4 commit 205d63a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions beacon_chain/el/el_manager.nim
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,8 @@ func asConsensusType*(rpcExecutionPayload: ExecutionPayloadV4):

func asConsensusType*(payload: engine_api.GetPayloadV4Response):
electra.ExecutionPayloadForSigning =
debugRaiseAssert "after updating/fixing nim-web3, re-enable executionPayload field"
electra.ExecutionPayloadForSigning(
#executionPayload: payload.executionPayload.asConsensusType,
executionPayload: payload.executionPayload.asConsensusType,
blockValue: payload.blockValue,
# TODO
# The `mapIt` calls below are necessary only because we use different distinct
Expand Down

0 comments on commit 205d63a

Please sign in to comment.