This commit is contained in:
Gavin Wood
2021-11-02 15:09:40 +01:00
committed by GitHub
parent 471e9cfbf1
commit 977cf450b3
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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),
}