mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 01:51:02 +00:00
Expose srml-system in metadata as well (#2876)
This commit is contained in:
@@ -82,16 +82,6 @@ macro_rules! __runtime_modules_to_metadata {
|
|||||||
#[macro_export]
|
#[macro_export]
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
macro_rules! __runtime_modules_to_metadata_calls_call {
|
macro_rules! __runtime_modules_to_metadata_calls_call {
|
||||||
// skip system
|
|
||||||
(
|
|
||||||
system,
|
|
||||||
$skip_module: ident $( <$instance:ident> )?,
|
|
||||||
$skip_runtime: ident,
|
|
||||||
with Call
|
|
||||||
$(with $kws:ident)*
|
|
||||||
) => {
|
|
||||||
None
|
|
||||||
};
|
|
||||||
(
|
(
|
||||||
$mod: ident,
|
$mod: ident,
|
||||||
$module: ident $( <$instance:ident> )?,
|
$module: ident $( <$instance:ident> )?,
|
||||||
|
|||||||
Reference in New Issue
Block a user