mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
6 lines
121 B
Go
6 lines
121 B
Go
|
package forkchoice
|
||
|
|
||
|
import "github.com/pkg/errors"
|
||
|
|
||
|
var ErrUnknownCommonAncestor = errors.New("unknown common ancestor")
|