Skip to content

Commit

Permalink
free credits getter fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Feb 1, 2024
1 parent 0d65172 commit a5947df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/services-payment/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub mod pallet {
}

#[pallet::storage]
#[pallet::getter(fn collator_commission)]
#[pallet::getter(fn free_block_production_credits)]
pub type BlockProductionCredits<T: Config> =
StorageMap<_, Blake2_128Concat, ParaId, BlockNumberFor<T>, OptionQuery>;

Expand Down

0 comments on commit a5947df

Please sign in to comment.