mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 02:21:04 +00:00
Update the frame-weight-template to use PhantomData from core (#13844)
* update weights template and recalculate weights from pallet template * update template file in benchmarking-cli
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#![allow(unused_imports)]
|
||||
|
||||
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
|
||||
use sp_std::marker::PhantomData;
|
||||
use core::marker::PhantomData;
|
||||
|
||||
/// Weight functions needed for {{pallet}}.
|
||||
pub trait WeightInfo {
|
||||
|
||||
Reference in New Issue
Block a user