JoshOrndorff / recipes

A Hands-On Cookbook for Aspiring Blockchain Chefs
GNU General Public License v3.0
378 stars 186 forks source link

No need to alias loose and tight variants of check membership #455

Open JoshOrndorff opened 2 years ago

JoshOrndorff commented 2 years ago

As discussed in this seminar https://www.crowdcast.io/e/substrate-seminar/44, it is no longer necessary to have this import rename https://github.com/substrate-developer-hub/recipes/blob/master/runtimes/super-runtime/src/lib.rs#L17. construct_runtime! will just work as expected now.