Remove #[pallet::without_storage_info] for pallet-remark (#11590)

This commit is contained in:
Keith Yeung
2022-06-03 18:30:12 +01:00
committed by GitHub
parent d09e835753
commit 038e52f5e0
-1
View File
@@ -57,7 +57,6 @@ pub mod pallet {
}
#[pallet::pallet]
#[pallet::without_storage_info]
pub struct Pallet<T>(_);
#[pallet::call]