git.delta.rocks / unique-network / refs/commits / 49d1d665f050

difftreelog

refactor set CollectionCreationPrice to constant in pallet-common

Fahrrader2021-12-20parent: #fcf0631.patch.diff
in: master

1 file changed

modifiedpallets/common/src/lib.rsdiffbeforeafterboth
157157
158 type Currency: Currency<Self::AccountId>;158 type Currency: Currency<Self::AccountId>;
159
160 #[pallet::constant]
159 type CollectionCreationPrice: Get<161 type CollectionCreationPrice: Get<
160 <<Self as Config>::Currency as Currency<Self::AccountId>>::Balance,162 <<Self as Config>::Currency as Currency<Self::AccountId>>::Balance,
161 >;163 >;