Skip to content

Commit

Permalink
fix DebugRuntimeApi version 6 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed May 20, 2024
1 parent 70d9c10 commit 778148b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tracing/shared/primitives/rpc/debug/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use sp_std::vec::Vec;

#[cfg(feature = "runtime-3000")]
sp_api::decl_runtime_apis! {
#[api_version(5)]
#[api_version(6)]
pub trait DebugRuntimeApi {
fn trace_transaction(
extrinsics: Vec<Block::Extrinsic>,
Expand All @@ -45,6 +45,7 @@ sp_api::decl_runtime_apis! {
) -> Result<(), sp_runtime::DispatchError>;

fn trace_call(
header: &Block::Header,
from: H160,
to: H160,
data: Vec<u8>,
Expand Down

0 comments on commit 778148b

Please sign in to comment.