prysm-pulse/validator/client/beacon-api/errors.go

6 lines
91 B
Go
Raw Normal View History

package beacon_api
const (
msgUnexpectedError = "unexpected error when making request"
)