mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
some spelling fixes (#4088)
* quotes around Job::ToJob * add new words to dictionary
This commit is contained in:
@@ -708,7 +708,7 @@ impl<T: Config> Pallet<T> {
|
||||
///
|
||||
/// This functions modifies the state when failing. It is expected to be called in inherent,
|
||||
/// and to fail the extrinsic on error. As invalid inherents are not allowed, the dirty state
|
||||
/// is not commited.
|
||||
/// is not committed.
|
||||
pub(crate) fn provide_multi_dispute_data(
|
||||
statement_sets: MultiDisputeStatementSet,
|
||||
) -> Result<Vec<(SessionIndex, CandidateHash)>, DispatchError> {
|
||||
|
||||
@@ -480,7 +480,7 @@ pub mod pallet {
|
||||
/// This cancels a pending open channel request. It can be canceled be either of the sender
|
||||
/// or the recipient for that request. The origin must be either of those.
|
||||
///
|
||||
/// The cancelling happens immediately. It is not possible to cancel the request if it is
|
||||
/// The cancellation happens immediately. It is not possible to cancel the request if it is
|
||||
/// already accepted.
|
||||
#[pallet::weight(0)]
|
||||
pub fn hrmp_cancel_open_request(
|
||||
|
||||
Reference in New Issue
Block a user