diff --git a/accounts-db/src/transaction_results.rs b/accounts-db/src/transaction_results.rs index 525eb29bcc12bf..bcfe185856ace4 100644 --- a/accounts-db/src/transaction_results.rs +++ b/accounts-db/src/transaction_results.rs @@ -1,8 +1,7 @@ // Re-exported since these have moved to `solana_sdk`. #[deprecated( since = "1.18.0", - note = "Please use `InnerInstruction`, `InnerInstructions`, or \ - `InnerInstructionsList` from `solana_sdk::inner_instruction` instead" + note = "Please use `solana_sdk::inner_instruction` types instead" )] pub use solana_sdk::inner_instruction::{InnerInstruction, InnerInstructionsList}; use {