Skip to content

Commit

Permalink
Nfts: Make ItemConfig members pub (paritytech#13575)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl authored and nathanwhit committed Jul 19, 2023
1 parent c8d73c2 commit 7dd18f0
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 7dd18f0

Please sign in to comment.