From d87f7fcd77e95c97b04688f8c7565440993195a2 Mon Sep 17 00:00:00 2001 From: rkapka Date: Mon, 10 Jun 2024 13:37:50 +0200 Subject: [PATCH] merge fix --- .../electra/operations/execution_layer_withdrawal_request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/spectest/shared/electra/operations/execution_layer_withdrawal_request.go b/testing/spectest/shared/electra/operations/execution_layer_withdrawal_request.go index b7e05a8012a8..9c21b186c636 100644 --- a/testing/spectest/shared/electra/operations/execution_layer_withdrawal_request.go +++ b/testing/spectest/shared/electra/operations/execution_layer_withdrawal_request.go @@ -36,7 +36,7 @@ func RunExecutionLayerWithdrawalRequestTest(t *testing.T, config string) { withdrawalRequest, }, }} - RunBlockOperationTest(t, folderPath, body, func(ctx context.Context, s state.BeaconState, b interfaces.SignedBeaconBlock) (state.BeaconState, error) { + RunBlockOperationTest(t, folderPath, body, func(ctx context.Context, s state.BeaconState, b interfaces.ReadOnlySignedBeaconBlock) (state.BeaconState, error) { bod, ok := b.Block().Body().(interfaces.ROBlockBodyElectra) require.Equal(t, true, ok) e, err := bod.Execution()