This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Question: Is pallet asset trait FrozenBalance correctly implemented ? #10391
Labels
Z7-question
Issue is a question. Closer should answer.
here the trait:
So I expected that an account should always have more than min+frozen, except for priviledge operation like some root stuff.
but minting less than this amount is allowed, and transferring less than this amount is also allowed and result with an account for which the property doesn't hold.
Either we should add some more check in the code.
Or we should update the doc saying that an account can have less than
asset_min_balance + frozen_amount_for_the_account
but just cannot go below it in case it is was above before.Or do I miss something ?
Also other note: there is a mention of
melted
but I can't find it in the code.The text was updated successfully, but these errors were encountered: