all validators are free for picking by default

This commit is contained in:
Zahary Karadjov 2019-03-29 15:38:59 +02:00
parent 78c054214c
commit 8e0025035c
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ type
lastUserValidator* {.
desc: "The last validator index that will free for taking from a testnet participant"
defaultValue: 0 .}: uint64
defaultValue: config.totalValidators - 1 .}: uint64
bootstrapAddress* {.
desc: "The public IP address that will be advertised as a bootstrap node for the testnet"