FATA[0000] Could not generate beacon chain genesis state error="could not generate genesis state: could not hash tree root empty block body: --.SyncCommitteeBits (bytes array does not have the correct length): expected 64 and 4 found" prefix=genesis
### Platform(s)
Mac (Apple Silicon)
### What version of Prysm are you running? (Which release)
v5.0.4
### Anything else relevant (validator index / public key)?
_No response_
Describe the bug
I built prysmctl with
minimal
build tag to test generating private net genesis.but the following command fails, with the error log as provided.
Probably due to the hardcoded bit length of 64 here. (must be 4 = 32/8 for minimal preset) https://github.com/prysmaticlabs/prysm/blob/3b184f43c86baf6c36478f65a5113e7cf0836d41/proto/prysm/v1alpha1/altair.ssz.go#L782-L785
Has this worked before in a previous version?
No response
🔬 Minimal Reproduction
my config is
Error