mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-05-02 03:02:54 -04:00
6 lines
91 B
Go
6 lines
91 B
Go
package beacon_api
|
|
|
|
const (
|
|
msgUnexpectedError = "unexpected error when making request"
|
|
)
|