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
I believe it's purpose is to allow easily creating mint transactions from the runtime level, for example in the genesis config.
It's trait bounds require the ability to convert between the inner and outer constraint checkers. But these bounds only work if the money piece is a direct descendant of the top-level runtime constraint checker. If it is buried deeper in the tree, does this work?
The text was updated successfully, but these errors were encountered:
Consider this helper function in the money piece:
Tuxedo/wardrobe/money/src/lib.rs
Lines 81 to 93 in ec9de09
I believe it's purpose is to allow easily creating mint transactions from the runtime level, for example in the genesis config.
It's trait bounds require the ability to convert between the inner and outer constraint checkers. But these bounds only work if the money piece is a direct descendant of the top-level runtime constraint checker. If it is buried deeper in the tree, does this work?
The text was updated successfully, but these errors were encountered: