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

Commit

Permalink
Update frame/support/src/traits/tokens/nonfungibles_v2.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Köcher <git@kchr.de>
  • Loading branch information
jasl and bkchr authored Mar 9, 2023
1 parent 7feb8a4 commit 14c1b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/support/src/traits/tokens/nonfungibles_v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//! `nonfungible` traits by using the `nonfungible::ItemOf` type adapter.

use crate::{
dispatch::{DispatchError, DispatchResult},
dispatch::{DispatchError, DispatchResult, Parameter},
};
use codec::{Decode, Encode};
use sp_runtime::TokenError;
Expand Down

0 comments on commit 14c1b8b

Please sign in to comment.