difftreelog
fmt
in: master
3 files changed
pallets/app-promotion/src/types.rsdiffbeforeafterboth--- a/pallets/app-promotion/src/types.rs
+++ b/pallets/app-promotion/src/types.rs
@@ -92,7 +92,7 @@
sponsor_id: Self::AccountId,
contract_address: Self::ContractId,
) -> DispatchResult;
-
+
/// Removes sponsor for a contract.
///
/// - `contract_address`: ID of the modified contract.
pallets/evm-contract-helpers/src/lib.rsdiffbeforeafterboth--- a/pallets/evm-contract-helpers/src/lib.rs
+++ b/pallets/evm-contract-helpers/src/lib.rs
@@ -272,7 +272,7 @@
/// Force remove `sponsor` for `contract`.
///
- /// Differs from `remove_sponsor` in that
+ /// Differs from `remove_sponsor` in that
/// it doesn't require consent from the `owner` of the contract.
pub fn force_remove_sponsor(contract_address: H160) -> DispatchResult {
Sponsoring::<T>::remove(contract_address);
pallets/unique/src/lib.rsdiffbeforeafterboth1138 ///1138 ///1139 /// Differs from `remove_sponsor` in that1139 /// Differs from `remove_sponsor` in that1140 /// 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 /// # Arguments1143 ///1143 ///1144 /// * `collection_id`: ID of the modified collection.1144 /// * `collection_id`: ID of the modified collection.