mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-13 22:11:02 +00:00
[10] fix comments
This commit is contained in:
+7
-4
@@ -11,7 +11,6 @@ mod weights;
|
||||
pub mod xcm_config;
|
||||
|
||||
use codec::{Decode, Encode, MaxEncodedLen};
|
||||
use constants::currency::{deposit, EXISTENTIAL_DEPOSIT, MICROCENTS, MILLICENTS};
|
||||
use cumulus_pallet_parachain_system::RelayNumberStrictlyIncreases;
|
||||
use cumulus_primitives_core::ParaId;
|
||||
use frame_support::{
|
||||
@@ -55,12 +54,16 @@ use sp_std::prelude::*;
|
||||
#[cfg(feature = "std")]
|
||||
use sp_version::NativeVersion;
|
||||
use sp_version::RuntimeVersion;
|
||||
use weights::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight};
|
||||
// XCM Imports
|
||||
use xcm::latest::prelude::BodyId;
|
||||
use xcm_config::{RelayLocation, XcmConfig, XcmOriginToTransactDispatchOrigin};
|
||||
use xcm_executor::XcmExecutor;
|
||||
|
||||
use crate::{
|
||||
constants::currency::{deposit, EXISTENTIAL_DEPOSIT, MICROCENTS, MILLICENTS},
|
||||
weights::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight},
|
||||
xcm_config::{RelayLocation, XcmConfig, XcmOriginToTransactDispatchOrigin},
|
||||
};
|
||||
|
||||
/// Alias to 512-bit hash when used in the context of a transaction signature on
|
||||
/// the chain.
|
||||
pub type Signature = MultiSignature;
|
||||
@@ -345,7 +348,7 @@ parameter_types! {
|
||||
}
|
||||
|
||||
/// The type used to represent the kinds of proxying allowed.
|
||||
/// If you are adding new pallets, consider adding new proxy type
|
||||
/// If you are adding new pallets, consider adding new ProxyType variant
|
||||
#[derive(
|
||||
Copy,
|
||||
Clone,
|
||||
|
||||
Reference in New Issue
Block a user