active
last updated:

account_index_include_key

When account indexes are enabled, only include specific keys in the index. This overrides --account-index-exclude-key."

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "account_index_include_key",
  "properties": {
    "long": "INCLUDE_KEY",
    "takes_value": "true",
    "validator": "is_pubkey",
    "conflicts_with": "account_index_exclude_key",
    "multiple": "true",
    "value_name": "KEY",
    "help": "\n                    \"When account indexes are enabled, only include specific keys in the index. \\\n                     This overrides --account-index-exclude-key.\",\n                "
  },
  "isDeprecated": false
}