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

View File

@ -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"