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
If I remember this correctly, we did this because we can't use Strings inside the runtime, but I am not sure if this is the right approach. Maybe we can just use PalletString as we use elsewhere:
If I remember this correctly, we did this because we can't use
Strings inside the runtime, but I am not sure if this is the right approach. Maybe we can just usePalletStringas we use elsewhere:pallets/primitives/common/src/lib.rs
Line 27 in be26e6b