Skip to content

Commit

Permalink
add default 32 to slotsperepoch
Browse files Browse the repository at this point in the history
  • Loading branch information
leonz789 committed Dec 11, 2024
1 parent 72da578 commit 2c851a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetcher/beaconchain/beaconchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ var (

getValidatorsPath = "eth/v1/beacon/states/%s/validators"
urlEndpoint *url.URL
slotsPerEpoch uint64
slotsPerEpoch = uint64(32)
)

func init() {
Expand Down

0 comments on commit 2c851a0

Please sign in to comment.