mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 05:21:03 +00:00
contracts: Make ChainExtension trait generic over the runtime (#8003)
This commit is contained in:
committed by
GitHub
parent
06b432caba
commit
26b093ea8a
@@ -337,7 +337,7 @@ pub trait Config: frame_system::Config {
|
||||
type WeightInfo: WeightInfo;
|
||||
|
||||
/// Type that allows the runtime authors to add new host functions for a contract to call.
|
||||
type ChainExtension: chain_extension::ChainExtension;
|
||||
type ChainExtension: chain_extension::ChainExtension<Self>;
|
||||
|
||||
/// The maximum number of tries that can be queued for deletion.
|
||||
type DeletionQueueDepth: Get<u32>;
|
||||
|
||||
Reference in New Issue
Block a user