active
last updated:

slots_per_epoch

Override the number of slots in an epoch. If the ledger already exists then this parameter is silently ignored"

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "slots_per_epoch",
  "properties": {
    "long": "slots-per-epoch",
    "value_name": "SLOTS",
    "validator": "|value| {\n                    value\n                        .parse::<Slot>()\n                        .map_err",
    "and_then": "|slot| {\n                            if slot < MINIMUM_SLOTS_PER_EPOCH {\n                                Err",
    "takes_value": "true",
    "help": "\n                    \"Override the number of slots in an epoch. If the ledger already exists then \\\n                     this parameter is silently ignored\",\n                "
  },
  "isDeprecated": false
}