mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-19 00:04:12 +00:00
6 lines
112 B
Go
6 lines
112 B
Go
|
package state_native
|
||
|
|
||
|
import "errors"
|
||
|
|
||
|
var ErrNilParticipation = errors.New("Nil epoch participation in state")
|