Add support for deprecated loader (#11946)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//! @brief Solana Rust-based BPF program entry point
|
||||
//! @brief Solana Rust-based BPF program entry point supported by the latest
|
||||
//! BPFLoader. For more information see './bpf_loader.rs'
|
||||
|
||||
extern crate alloc;
|
||||
use crate::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
|
||||
|
Reference in New Issue
Block a user