Skip to content

Commit

Permalink
Apply paritytech/substrate#10662 to pink runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Feb 7, 2022
1 parent de943d6 commit 99d4006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/pink/src/runtime/pallet_pink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub mod pallet {
pub(crate) type ClusterId<T: Config> = StorageValue<_, Vec<u8>, ValueQuery>;

#[pallet::pallet]
#[pallet::without_storage_info]
pub struct Pallet<T>(PhantomData<T>);

impl<T: Config> AddressGenerator<T> for Pallet<T>
Expand Down

0 comments on commit 99d4006

Please sign in to comment.