prysm-pulse/validator/db/schema.go

9 lines
268 B
Go
Raw Normal View History

package db
var (
// Validator slashing protection from double proposals.
historicProposalsBucket = []byte("proposal-history-bucket")
// Validator slashing protection from slashable attestations.
historicAttestationsBucket = []byte("attestation-history-bucket")
)