Skip to content

Commit

Permalink
Reduce length of MarketsCollectingSubsidy (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekliemann authored Sep 19, 2023
1 parent bb0e671 commit c3e39c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zrml/prediction-markets/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@ mod pallet {
#[pallet::storage]
pub type MarketsCollectingSubsidy<T: Config> = StorageValue<
_,
BoundedVec<SubsidyUntil<T::BlockNumber, MomentOf<T>, MarketIdOf<T>>, ConstU32<1_048_576>>,
BoundedVec<SubsidyUntil<T::BlockNumber, MomentOf<T>, MarketIdOf<T>>, ConstU32<16>>,
ValueQuery,
>;

Expand Down

0 comments on commit c3e39c4

Please sign in to comment.