mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 01:27:38 +00:00
64072ce6c7
Co-authored-by: battlmonstr <battlmonstr@users.noreply.github.com>
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
|