active
last updated:

transaction_account_lock_limit

Override the runtime's account lock limit per transaction

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "transaction_account_lock_limit",
  "properties": {
    "long": "transaction-account-lock-limit",
    "value_name": "NUM_ACCOUNTS",
    "validator": "is_parsable::<u64>",
    "takes_value": "true",
    "help": "Override the runtime's account lock limit per transaction"
  },
  "isDeprecated": false
}