Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
update deprecated comment
Browse files Browse the repository at this point in the history
Co-authored-by: Tyera <teulberg@gmail.com>
  • Loading branch information
buffalojoec and CriesofCarrots authored Dec 15, 2023
1 parent ddc8144 commit fe7c680
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions accounts-db/src/transaction_results.rs
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit fe7c680

Please sign in to comment.