Skip to content

fix(account):if new account can't pay NewAccountTax, it must be removed

Éloïs requested to merge elois-fix-60 into release/runtime-100

When an account was deleted, it was not really deleted, its balance was just set to zero.

So the account was still considered as existing from the point of view of the System::account_exists() function.

Closes #60 (closed)

Merge request reports