Skip to content

Commit

Permalink
Merge branch 'pg/add-tracing-support' into pg/add-tracing-support-2
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Jan 16, 2025
2 parents 81b4458 + 8a57e4b commit 0f5599d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/revive/src/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub use crate::{
exec::{ExecResult, ExportedFunction},
primitives::ExecReturnValue,
};
use alloc::{format, string::ToString, vec::Vec};
use alloc::{boxed::Box, format, string::ToString, vec::Vec};
use sp_core::{H160, H256, U256};

/// Umbrella trait for all interfaces that serves for debugging.
Expand Down

0 comments on commit 0f5599d

Please sign in to comment.