Skip to content

Commit

Permalink
Fix GetPayloadMethodV4 endpoint string (#13992)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored and nisdas committed Jun 19, 2024
1 parent f74eca6 commit 5a96e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/execution/engine_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const (
// GetPayloadMethodV3 is the get payload method added for deneb
GetPayloadMethodV3 = "engine_getPayloadV3"
// GetPayloadMethodV4 is the get payload method added for electra
GetPayloadMethodV4 = "engine_getPayloadV3"
GetPayloadMethodV4 = "engine_getPayloadV4"
// BlockByHashMethod request string for JSON-RPC.
BlockByHashMethod = "eth_getBlockByHash"
// BlockByNumberMethod request string for JSON-RPC.
Expand Down

0 comments on commit 5a96e9d

Please sign in to comment.