mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-14 05:05:50 +00:00
chore: fix some typos (#4253)
This commit is contained in:
@@ -866,7 +866,7 @@ mod tests {
|
||||
use sp_core::H256;
|
||||
use std::{cell::RefCell, collections::BTreeMap, sync::Arc};
|
||||
// The testing primitives are very useful for avoiding having to work with signatures
|
||||
// or public keys. `u64` is used as the `AccountId` and no `Signature`s are requried.
|
||||
// or public keys. `u64` is used as the `AccountId` and no `Signature`s are required.
|
||||
use crate::{
|
||||
crowdloan,
|
||||
mock::TestRegistrar,
|
||||
|
||||
@@ -412,7 +412,7 @@ pub mod pallet {
|
||||
/// validators have reported on the validity of the code, the code will either be enacted
|
||||
/// or the upgrade will be rejected. If the code will be enacted, the current code of the
|
||||
/// parachain will be overwritten directly. This means that any PoV will be checked by this
|
||||
/// new code. The parachain itself will not be informed explictely that the validation code
|
||||
/// new code. The parachain itself will not be informed explicitly that the validation code
|
||||
/// has changed.
|
||||
///
|
||||
/// Can be called by Root, the parachain, or the parachain manager if the parachain is
|
||||
|
||||
Reference in New Issue
Block a user