diff --git a/pallets/certification/src/lib.rs b/pallets/certification/src/lib.rs index b64aebf2233bbe18aea9dada4ffb488849f1b81f..82571189f496d8720b23d0b20b6030c412d0ae7b 100644 --- a/pallets/certification/src/lib.rs +++ b/pallets/certification/src/lib.rs @@ -221,7 +221,7 @@ pub mod pallet { #[pallet::storage] #[pallet::getter(fn certs_by_receiver)] pub type StorageCertsByReceiver<T: Config<I>, I: 'static = ()> = - StorageMap<_, Blake2_128Concat, T::IdtyIndex, Vec<T::IdtyIndex>, ValueQuery>; + StorageMap<_, Twox64Concat, T::IdtyIndex, Vec<T::IdtyIndex>, ValueQuery>; /// Certifications removable on #[pallet::storage]