mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Some fixes required for Cumulus (#766)
* Add some more bounds * More bounds * More fixes * More fixes
This commit is contained in:
committed by
Gavin Wood
parent
16043df46f
commit
9ec65c94d7
@@ -140,7 +140,11 @@ pub fn validate_candidate<E: Externalities + 'static>(
|
||||
}
|
||||
|
||||
/// The host functions provided by the wasm executor to the parachain wasm blob.
|
||||
type HostFunctions = (sp_io::SubstrateHostFunctions, crate::wasm_api::parachain::HostFunctions);
|
||||
type HostFunctions = (
|
||||
sp_io::SubstrateHostFunctions,
|
||||
sc_executor::deprecated_host_interface::SubstrateExternals,
|
||||
crate::wasm_api::parachain::HostFunctions,
|
||||
);
|
||||
|
||||
/// Validate a candidate under the given validation code.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user