mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-06-13 23:21:08 +00:00
Update to 1.13.0 triggered by workflow_dispatch
This commit is contained in:
@@ -13,7 +13,7 @@ mod benchmarks {
|
||||
|
||||
#[benchmark]
|
||||
fn do_something() {
|
||||
let value = 100u32.into();
|
||||
let value = 100u32;
|
||||
let caller: T::AccountId = whitelisted_caller();
|
||||
#[extrinsic_call]
|
||||
do_something(RawOrigin::Signed(caller), value);
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
use crate as pallet_template;
|
||||
use frame_support::{
|
||||
derive_impl,
|
||||
traits::{ConstU16, ConstU64},
|
||||
};
|
||||
use frame_support::{derive_impl, traits::ConstU16};
|
||||
use sp_core::H256;
|
||||
use sp_runtime::{
|
||||
traits::{BlakeTwo256, IdentityLookup},
|
||||
@@ -35,7 +32,6 @@ impl frame_system::Config for Test {
|
||||
type Lookup = IdentityLookup<Self::AccountId>;
|
||||
type Block = Block;
|
||||
type RuntimeEvent = RuntimeEvent;
|
||||
type BlockHashCount = ConstU64<250>;
|
||||
type Version = ();
|
||||
type PalletInfo = PalletInfo;
|
||||
type AccountData = ();
|
||||
|
||||
Reference in New Issue
Block a user