mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
Fix some typos (#4018)
Signed-off-by: hongkuang <liurenhong@outlook.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
//! Also see the [`frame_tokens`] reference docs for more information about the place of
|
||||
//! `fungible` traits in Substrate.
|
||||
//!
|
||||
//! # Avaliable Traits
|
||||
//! # Available Traits
|
||||
//! - [`Inspect`]: Regular balance inspector functions.
|
||||
//! - [`Unbalanced`]: Low-level balance mutating functions. Does not guarantee proper book-keeping
|
||||
//! and so should not be called into directly from application code. Other traits depend on this
|
||||
|
||||
@@ -1123,7 +1123,7 @@ impl<T: Config<I>, I: 'static> OnUnbalanced<NegativeImbalanceOf<T, I>> for Palle
|
||||
}
|
||||
}
|
||||
|
||||
/// TypedGet implementaion to get the AccountId of the Treasury.
|
||||
/// TypedGet implementation to get the AccountId of the Treasury.
|
||||
pub struct TreasuryAccountId<R>(PhantomData<R>);
|
||||
impl<R> sp_runtime::traits::TypedGet for TreasuryAccountId<R>
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user