prysmaticlabs / prysm

Documentation of an exported function should start with the function’s name GO-D5001
Documentation
Minor
1 occurrence in this check
comment on exported function HasETH1WithdrawalCredential should be of the form "HasETH1WithdrawalCredential ..."
497	return lastActivatedvalidatorIndex, nil
498}
499
500// hasETH1WithdrawalCredential returns whether the validator has an ETH1501// Withdrawal prefix. It assumes that the caller has a lock on the state
502func HasETH1WithdrawalCredential(val *ethpb.Validator) bool {
503	if val == nil {