mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
6 lines
145 B
Go
6 lines
145 B
Go
|
package sync
|
||
|
|
||
|
import "github.com/ledgerwatch/erigon/core/types"
|
||
|
|
||
|
type HeaderVerifier func(statePoint *statePoint, headers []*types.Header) error
|