fix: reject out-of-range attestation committee index #51645
Annotations
4 errors
Golangci-lint
issues found
|
Golangci-lint:
beacon-chain/sync/validate_beacon_attestation_test.go#L649
undefined: require.Error (typecheck)
|
Golangci-lint:
beacon-chain/sync/validate_beacon_attestation_test.go#L647
cannot use count (variable of type uint64) as primitives.CommitteeIndex value in assignment
|
Golangci-lint:
beacon-chain/sync/validate_beacon_attestation_test.go#L641
cannot use count - 1 (value of type uint64) as primitives.CommitteeIndex value in assignment
|
Loading