Documentation ¶
Index ¶
Constants ¶
View Source
const ( // security block difference between main block chain and side block chain SecBlkDiff = 50 //SecBlkDiff = 3 MaxUint64 = uint64(^(uint64(0))) SecPowBlks = 12 )
Variables ¶
View Source
var (
ErrNullBlk = errors.New("can not read block")
)
Functions ¶
func InitCFM ¶
func InitCFM(bc *core.BlockChain)
Types ¶
type CFM ¶
type CFM struct {
// contains filtered or unexported fields
}
func (*CFM) GetMaxStableBlkNumber ¶
type SuffixBlkStatic ¶
Click to show internal directories.
Click to hide internal directories.