mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
bound some missing bound for elevated trait (#6487)
This commit is contained in:
committed by
GitHub
parent
d976f712b1
commit
2c9cadaf5d
@@ -862,8 +862,8 @@ impl<T: Subtrait<I>, I: Instance> frame_system::Trait for ElevatedTrait<T, I> {
|
||||
type BlockHashCount = T::BlockHashCount;
|
||||
type MaximumBlockWeight = T::MaximumBlockWeight;
|
||||
type DbWeight = T::DbWeight;
|
||||
type BlockExecutionWeight = ();
|
||||
type ExtrinsicBaseWeight = ();
|
||||
type BlockExecutionWeight = T::BlockExecutionWeight;
|
||||
type ExtrinsicBaseWeight = T::ExtrinsicBaseWeight;
|
||||
type MaximumExtrinsicWeight = T::MaximumBlockWeight;
|
||||
type MaximumBlockLength = T::MaximumBlockLength;
|
||||
type AvailableBlockRatio = T::AvailableBlockRatio;
|
||||
|
||||
Reference in New Issue
Block a user