Skip to content

Commit d816501

Browse files
committed
Apply paritytech/substrate#10662 to pink runtime
1 parent 71b3ba8 commit d816501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/pink/src/runtime/pallet_pink.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pub mod pallet {
1616
pub(crate) type ClusterId<T: Config> = StorageValue<_, Vec<u8>, ValueQuery>;
1717

1818
#[pallet::pallet]
19+
#[pallet::without_storage_info]
1920
pub struct Pallet<T>(PhantomData<T>);
2021

2122
impl<T: Config> AddressGenerator<T> for Pallet<T>

0 commit comments

Comments
 (0)