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

Commit

Permalink
Nfts: Make ItemConfig members pub
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Mar 9, 2023
1 parent 33eee69 commit 8d10997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/nfts/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ impl_codec_bitflags!(ItemSettings, u64, ItemSetting);
)]
pub struct ItemConfig {
/// Item's settings.
pub(super) settings: ItemSettings,
pub settings: ItemSettings,
}

impl ItemConfig {
Expand Down

0 comments on commit 8d10997

Please sign in to comment.