MCPcopy Create free account
hub / github.com/CPChain/chain / Cep1LastBlockY1

Function Cep1LastBlockY1

configs/protocol_params.go:114–114  ·  view source on GitHub ↗

Those are the last block numbers for every year

()

Source from the content-addressed store, hash-verified

112
113// Those are the last block numbers for every year
114func Cep1LastBlockY1() *big.Int { return new(big.Int).Set(cep1LastBlockY1) }
115func Cep1LastBlockY2() *big.Int { return new(big.Int).Set(cep1LastBlockY2) }
116func Cep1LastBlockY3() *big.Int { return new(big.Int).Set(cep1LastBlockY3) }
117func Cep1LastBlockY4() *big.Int { return new(big.Int).Set(cep1LastBlockY4) }

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected