mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Don't expose Benchmarking host functions by default (#4875)
* Don't expose `Benchmarking` host functions by default * Fix tests Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
@@ -25,5 +25,6 @@ use sc_executor::native_executor_instance;
|
||||
native_executor_instance!(
|
||||
pub Executor,
|
||||
node_runtime::api::dispatch,
|
||||
node_runtime::native_version
|
||||
node_runtime::native_version,
|
||||
sp_io::benchmarking::HostFunctions,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user