Skip to content

Commit

Permalink
add back error
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed Aug 8, 2024
1 parent 6833d27 commit f3e1aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon-chain/sync/payload_attestations.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
)

var (
errInvalidValidatorIndex = errors.New("invalid validator index")
errAlreadySeenPayloadAttestation = errors.New("payload attestation already seen for validator index")
)

Expand Down

0 comments on commit f3e1aee

Please sign in to comment.