diff --git a/substrate/frame/asset-rewards/src/lib.rs b/substrate/frame/asset-rewards/src/lib.rs index 344168cce5274e13fa4585b2ce3d545d21807c6c..a95136ed91deb42fbeeea7c6a5bfdf4ac5a09600 100644 --- a/substrate/frame/asset-rewards/src/lib.rs +++ b/substrate/frame/asset-rewards/src/lib.rs @@ -217,7 +217,7 @@ pub mod pallet { _, Blake2_128Concat, PoolId, - PoolInfo<T::AccountId, T::AssetId, T::Balance, BlockNumberFor<T>>, + PoolInfoFor<T>, >; /// Stores the [`PoolId`] to use for the next pool.