We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b3ba8 commit d816501Copy full SHA for d816501
crates/pink/src/runtime/pallet_pink.rs
@@ -16,6 +16,7 @@ pub mod pallet {
16
pub(crate) type ClusterId<T: Config> = StorageValue<_, Vec<u8>, ValueQuery>;
17
18
#[pallet::pallet]
19
+ #[pallet::without_storage_info]
20
pub struct Pallet<T>(PhantomData<T>);
21
22
impl<T: Config> AddressGenerator<T> for Pallet<T>
0 commit comments