You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2024. It is now read-only.
Motivation
pallet-asset-registry
is currently usingT::Assets::minimum_balance(asset_id).is_zero()
as a way to verify whether some Asset exists on Trappist'spallet-assets
.That is a bit hacky, and served as motivation for paritytech/substrate#12444
Suggested Solution
Ever since paritytech/substrate#12782 was merged, we can replace
trappist/pallets/asset-registry/src/lib.rs
Line 150 in 5636953
asset_exists
.The text was updated successfully, but these errors were encountered: