Nfts: Make ItemConfig members pub (#13575)

This commit is contained in:
Jun Jiang
2023-03-10 16:44:23 +08:00
committed by GitHub
parent 72c7ffd01a
commit 03b2358dd1
+1 -1
View File
@@ -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 {