chore(subxt/src): typo fix (#1370)

* rpcmethods

* followstr

* mod and else
This commit is contained in:
Pan chao
2024-01-17 12:13:26 +01:00
committed by GitHub
parent 553343548e
commit 30a732bc47
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ impl<T: Config> DefaultExtrinsicParamsBuilder<T> {
self
}
/// Provide a tip to the block auther using the token denominated by the `asset_id` provided. This
/// Provide a tip to the block author using the token denominated by the `asset_id` provided. This
/// is not applicable on chains which don't use the `ChargeAssetTxPayment` signed extension; in this
/// case, no tip will be given.
pub fn tip_of(mut self, tip: u128, asset_id: T::AssetId) -> Self {