Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed May 3, 2024
1 parent 735b32c commit fcba8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/beaconapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcba8df

Please sign in to comment.