From fcba8df5c1b2d5d7e17b26194613941f4f2fd312 Mon Sep 17 00:00:00 2001 From: pk910 Date: Fri, 3 May 2024 13:43:30 +0200 Subject: [PATCH] fix --- rpc/beaconapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/beaconapi.go b/rpc/beaconapi.go index c3cdb34d..ce606b93 100644 --- a/rpc/beaconapi.go +++ b/rpc/beaconapi.go @@ -149,7 +149,7 @@ func (bc *BeaconClient) Initialize() error { http.WithTimeout(10 * time.Minute), // TODO (when upstream PR is merged) //http.WithConnectionCheck(false), - http.WithDynamicSSZ(true), + http.WithCustomSpecSupport(true), } // set log level