Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pkhry committed Jan 10, 2025
1 parent c8375d0 commit a104ae0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions substrate/frame/support/test/tests/runtime_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,15 @@ mod apis {

fn wild_card(_: u32) {}
}
pub use ext::*;

external_impls!{ext}
}
}

#[sp_api::impl_runtime_apis_ext]
mod ext {
use super::*;
use crate::apis::RuntimeApiImpl;

external_impls! {super, crate::apis}

impl sp_api::Core<Block> for Runtime {
fn version() -> sp_version::RuntimeVersion {
Expand Down

0 comments on commit a104ae0

Please sign in to comment.