deprecated (from v1.17.28)
last updated:

no_wait_for_vote_to_start_leader

If the validator starts up with no ledger, it will wait to start block production until it sees a vote land in a rooted slot. This prevents double signing. Turn off to risk double signing a block."

timeline overview

introduced

v1.17.28

deprecated

v1.17.28

removed

n/a

reactivated

n/a

note: this is a hidden cli argument.

raw details (from release v2.2.3):

{
  "name": "no_wait_for_vote_to_start_leader",
  "properties": {
    "hidden": "hidden_unless_forced()",
    "long": "no-wait-for-vote-to-start-leader",
    "help": "\n                    \"If the validator starts up with no ledger, it will wait to start block \\\n                     production until it sees a vote land in a rooted slot. This prevents \\\n                     double signing. Turn off to risk double signing a block.\",\n                "
  },
  "isDeprecated": true
}