mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-27 05:38:55 +00:00
01bf97293f
* deep source fixes * sh fixes * fix import * test err Co-authored-by: terence tsao <terence@prysmaticlabs.com>
8 lines
202 B
Go
8 lines
202 B
Go
package stategen
|
|
|
|
import "errors"
|
|
|
|
var errUnknownBoundaryState = errors.New("unknown boundary state")
|
|
var errUnknownState = errors.New("unknown state")
|
|
var errUnknownBlock = errors.New("unknown block")
|