mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 10:41:01 +00:00
Spelling (#10154)
This commit is contained in:
@@ -248,7 +248,7 @@ pub mod pallet {
|
||||
|
||||
/// Randomness under construction.
|
||||
///
|
||||
/// We make a tradeoff between storage accesses and list length.
|
||||
/// We make a trade-off between storage accesses and list length.
|
||||
/// We store the under-construction randomness in segments of up to
|
||||
/// `UNDER_CONSTRUCTION_SEGMENT_LENGTH`.
|
||||
///
|
||||
|
||||
@@ -218,7 +218,7 @@ pub mod pallet {
|
||||
CallHash,
|
||||
DispatchResult,
|
||||
),
|
||||
/// A multisig operation has been cancelled. \[cancelling, timepoint, multisig, call_hash\]
|
||||
/// A multisig operation has been cancelled. \[canceling, timepoint, multisig, call_hash\]
|
||||
MultisigCancelled(T::AccountId, Timepoint<T::BlockNumber>, T::AccountId, CallHash),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user