Skip to content

Commit

Permalink
feat: add emission pallet skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
devwckd committed Dec 9, 2024
1 parent 5865221 commit ce0b1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/emission0/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub mod pallet {
StorageMap<_, Identity, u16, BoundedVec<(u16, u16), ConstU32<{ u32::MAX }>>>;

#[pallet::storage]
pub type PendingEmission<T> = StorageMap<_, Identity, u16, u64, ValueQuery>;
pub type PendingEmission<T> = StorageMap<_, Identity, u16, u64>;

#[pallet::storage]
pub type UnitEmission<T> = StorageValue<_, u64, ValueQuery, ConstU64<23148148148>>;
Expand Down

0 comments on commit ce0b1d5

Please sign in to comment.