mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 05:52:45 +00:00
all validators are free for picking by default
This commit is contained in:
parent
78c054214c
commit
8e0025035c
@ -94,7 +94,7 @@ type
|
|||||||
|
|
||||||
lastUserValidator* {.
|
lastUserValidator* {.
|
||||||
desc: "The last validator index that will free for taking from a testnet participant"
|
desc: "The last validator index that will free for taking from a testnet participant"
|
||||||
defaultValue: 0 .}: uint64
|
defaultValue: config.totalValidators - 1 .}: uint64
|
||||||
|
|
||||||
bootstrapAddress* {.
|
bootstrapAddress* {.
|
||||||
desc: "The public IP address that will be advertised as a bootstrap node for the testnet"
|
desc: "The public IP address that will be advertised as a bootstrap node for the testnet"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user