Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Avoid using unwrap() in rmrk-chain-extension #96

Open
Maar-io opened this issue Sep 13, 2022 · 0 comments
Open

Avoid using unwrap() in rmrk-chain-extension #96

Maar-io opened this issue Sep 13, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Maar-io
Copy link
Member

Maar-io commented Sep 13, 2022

                let result = pallet_rmrk_core::Pallet::<T>::create_collection(
                    RawOrigin::Signed(contract).into(),
                    metadata.try_into().unwrap(),
                    max,
                    symbol.try_into().unwrap(),
                );
@Maar-io Maar-io added the bug Something isn't working label Sep 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant