pub fn hotfix_inc_account_sufficients<T: Config>(addresses: Vec<H160>)
Expand description
Increment sufficients
for existing accounts having a nonzero nonce
but zero sufficients
, consumers
and providers
value.
This state was caused by a previous bug in EVM create account dispatchable.
Any accounts in the input list not satisfying the above condition will remain unaffected.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::hotfix_inc_account_sufficients
.