prysm-pulse/validator/client/beacon-api/errors.go
2023-11-21 17:42:55 +01:00

6 lines
91 B
Go

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