Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Out or order valid bounds
  • Loading branch information
ascjones committed Jun 9, 2021
commit 110ab918ecb278613a78ca618ec22bece317d44a
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ mod pallet {

#[pallet::constant]
type V: Get<u32> + From<u16>;

#[pallet::constant]
type W: From<u16> + Get<u32>;
}

#[pallet::pallet]
Expand Down