Skip to content

Commit b741799

Browse files
committed
Fix tests
1 parent 3fbbe38 commit b741799

File tree

1 file changed

+1
-1
lines changed
  • beacon_node/execution_layer/src/engine_api

1 file changed

+1
-1
lines changed

beacon_node/execution_layer/src/engine_api/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ impl HttpJsonRpc {
991991
let params = json!([JsonPayloadIdRequest::from(payload_id)]);
992992

993993
match fork_name {
994-
ForkName::Electra => {
994+
ForkName::Electra | ForkName::Gloas => {
995995
let response: JsonGetPayloadResponseV4<E> = self
996996
.rpc_request(
997997
ENGINE_GET_PAYLOAD_V4,

0 commit comments

Comments
 (0)