Skip to content
Snippets Groups Projects
Unverified Commit a4eb51f7 authored by Liam Aharon's avatar Liam Aharon
Browse files

use poolinfofor

parent 3a851c8f
No related merge requests found
......@@ -213,12 +213,7 @@ pub mod pallet {
/// State and configuraiton of each staking pool.
#[pallet::storage]
pub type Pools<T: Config> = StorageMap<
_,
Blake2_128Concat,
PoolId,
PoolInfoFor<T>,
>;
pub type Pools<T: Config> = StorageMap<_, Blake2_128Concat, PoolId, PoolInfoFor<T>>;
/// Stores the [`PoolId`] to use for the next pool.
///
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment