Layr-Labs/eigenpod-proofs-generation

Rename global variables using camelCase

mpjunior92 opened this issue · 1 comments

Go convention uses camelCase for variable names, not _:

var SLOTS_PER_HISTORICAL_ROOT = uint64(8192) // should be named SlotsPerHistoricalRoot