6 lines
79 B
Go
6 lines
79 B
Go
|
package config
|
||
|
|
||
|
import "math/big"
|
||
|
|
||
|
var ExpectedLeadersPerEpoch = big.NewInt(5)
|