mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
Rewrap all comments to 100 line width (#9490)
* reformat everything again * manual formatting * last manual fix * Fix build
This commit is contained in:
@@ -48,8 +48,8 @@ pub mod pallet {
|
||||
/// The module's config trait.
|
||||
#[pallet::config]
|
||||
pub trait Config: frame_system::Config {
|
||||
/// Type used for storing an account's index; implies the maximum number of accounts the system
|
||||
/// can hold.
|
||||
/// Type used for storing an account's index; implies the maximum number of accounts the
|
||||
/// system can hold.
|
||||
type AccountIndex: Parameter
|
||||
+ Member
|
||||
+ MaybeSerializeDeserialize
|
||||
@@ -223,7 +223,8 @@ pub mod pallet {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/// Freeze an index so it will always point to the sender account. This consumes the deposit.
|
||||
/// Freeze an index so it will always point to the sender account. This consumes the
|
||||
/// deposit.
|
||||
///
|
||||
/// The dispatch origin for this call must be _Signed_ and the signing account must have a
|
||||
/// non-frozen account `index`.
|
||||
|
||||
Reference in New Issue
Block a user