git.delta.rocks / unique-network / refs/commits / 66f5308c33e3

difftreelog

fmt

PraetorP2022-09-12parent: #5b62d1e.patch.diff
in: master

3 files changed

modifiedpallets/app-promotion/src/types.rsdiffbeforeafterboth

no syntactic changes

modifiedpallets/evm-contract-helpers/src/lib.rsdiffbeforeafterboth
272272
273 /// Force remove `sponsor` for `contract`.273 /// Force remove `sponsor` for `contract`.
274 ///274 ///
275 /// Differs from `remove_sponsor` in that 275 /// Differs from `remove_sponsor` in that
276 /// it doesn't require consent from the `owner` of the contract.276 /// it doesn't require consent from the `owner` of the contract.
277 pub fn force_remove_sponsor(contract_address: H160) -> DispatchResult {277 pub fn force_remove_sponsor(contract_address: H160) -> DispatchResult {
278 Sponsoring::<T>::remove(contract_address);278 Sponsoring::<T>::remove(contract_address);
modifiedpallets/unique/src/lib.rsdiffbeforeafterboth
1138 ///1138 ///
1139 /// Differs from `remove_sponsor` in that1139 /// Differs from `remove_sponsor` in that
1140 /// it doesn't require consent from the `owner` of the collection.1140 /// it doesn't require consent from the `owner` of the collection.
1141 /// 1141 ///
1142 /// # Arguments1142 /// # Arguments
1143 ///1143 ///
1144 /// * `collection_id`: ID of the modified collection.1144 /// * `collection_id`: ID of the modified collection.