mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
refactor: DA params
This commit is contained in:
parent
c45ccadc96
commit
18941379eb
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ func (d *DASignersPrecompile) params() dasigners.IDASignersParams {
|
||||||
TokensPerVote: big.NewInt(10), // deprecated
|
TokensPerVote: big.NewInt(10), // deprecated
|
||||||
MaxVotesPerSigner: big.NewInt(1024),
|
MaxVotesPerSigner: big.NewInt(1024),
|
||||||
MaxQuorums: big.NewInt(10),
|
MaxQuorums: big.NewInt(10),
|
||||||
EpochBlocks: big.NewInt(5760),
|
EpochBlocks: big.NewInt(28800),
|
||||||
EncodedSlices: big.NewInt(3072),
|
EncodedSlices: big.NewInt(3072),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue