Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCheckpointMismatch = fmt.Errorf("checkpoint doesn't match")
ErrCheckpointMismatch is returned if given filter headers don't pass our control check.
Functions ¶
func ControlCFHeader ¶
func ControlCFHeader(params chaincfg.Params, fType wire.FilterType, height uint32, filterHeader *chainhash.Hash) error
ControlCFHeader controls the given filter header against our list of checkpoints. It returns ErrCheckpointMismatch if we have a checkpoint at the given height, and it doesn't match.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.