diff --git a/core/vm/dasigners.go b/core/vm/dasigners.go index eb766345a3..849c7cedfd 100644 --- a/core/vm/dasigners.go +++ b/core/vm/dasigners.go @@ -461,7 +461,7 @@ func (d *DASignersPrecompile) params() dasigners.IDASignersParams { TokensPerVote: big.NewInt(10), // deprecated MaxVotesPerSigner: big.NewInt(1024), MaxQuorums: big.NewInt(10), - EpochBlocks: big.NewInt(5760), + EpochBlocks: big.NewInt(28800), EncodedSlices: big.NewInt(3072), } }