fill in executionpayload for/from GetPayloadV4 (#6200)

This commit is contained in:
tersec 2024-04-10 23:34:34 +00:00 committed by GitHub
parent b9f9fc4035
commit 205d63a897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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