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

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

@Maar-io

Description

@Maar-io
                let result = pallet_rmrk_core::Pallet::<T>::create_collection(
                    RawOrigin::Signed(contract).into(),
                    metadata.try_into().unwrap(),
                    max,
                    symbol.try_into().unwrap(),
                );

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions