mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 11:32:09 +00:00
finish lookahead period comment
Former-commit-id: e9b45d6873a17f40b3e30bcea008278fadb6d865 [formerly 31ba86dba21639e64130e2add6b9c1cce2521020] Former-commit-id: e041f8f601cdc54fe020a15a199c382a6b0f91e5
This commit is contained in:
parent
ad2384c6f6
commit
6ffb46a90a
@ -15,7 +15,7 @@ var (
|
|||||||
sigGasLimit = 40000
|
sigGasLimit = 40000
|
||||||
// Number of blocks in a period
|
// Number of blocks in a period
|
||||||
periodLength = 5
|
periodLength = 5
|
||||||
// Number of periods to lookahead for ??? TODO(prestonvanloon) finish this comment.
|
// Number of periods ahead of current period which the contract is able to return the collator of that period.
|
||||||
lookaheadPeriods = 4
|
lookaheadPeriods = 4
|
||||||
// Required deposit size in wei
|
// Required deposit size in wei
|
||||||
depositSize = new(big.Int).Exp(big.NewInt(10), big.NewInt(20), nil) // 100 ETH
|
depositSize = new(big.Int).Exp(big.NewInt(10), big.NewInt(20), nil) // 100 ETH
|
||||||
|
Loading…
Reference in New Issue
Block a user