diff --git a/beacon_chain/el/el_manager.nim b/beacon_chain/el/el_manager.nim index 85eab9dc5b..e7bc1377f6 100644 --- a/beacon_chain/el/el_manager.nim +++ b/beacon_chain/el/el_manager.nim @@ -513,8 +513,7 @@ func asConsensusType*(rpcExecutionPayload: ExecutionPayloadV4): template getWithdrawalRequest(wr: WithdrawalRequestV1): WithdrawalRequest = WithdrawalRequest( source_address: ExecutionAddress(data: wr.sourceAddress.distinctBase), - validator_pubkey: ValidatorPubKey( - blob: wr.validatorPublicKey.distinctBase), + validator_pubkey: ValidatorPubKey(blob: wr.validatorPubkey.distinctBase), amount: wr.amount.Gwei) template getConsolidationRequest(cr: ConsolidationRequestV1): @@ -667,7 +666,7 @@ func asEngineExecutionPayload*(executionPayload: electra.ExecutionPayload): template getWithdrawalRequest(wr: WithdrawalRequest): WithdrawalRequestV1 = WithdrawalRequestV1( sourceAddress: Address(wr.source_address.data), - validatorPublicKey: FixedBytes[RawPubKeySize](wr.validator_pubkey.blob), + validatorPubkey: FixedBytes[RawPubKeySize](wr.validator_pubkey.blob), amount: wr.amount.Quantity) template getConsolidationRequest(cr: ConsolidationRequest): diff --git a/vendor/nim-web3 b/vendor/nim-web3 index fc226d4511..3ba859d8f1 160000 --- a/vendor/nim-web3 +++ b/vendor/nim-web3 @@ -1 +1 @@ -Subproject commit fc226d4511199aa57a3fcd5cc44695c6b365a6bf +Subproject commit 3ba859d8f11bf71e96161741f99b55206425968f