Port programs to solana-program-sdk

This commit is contained in:
Michael Vines
2020-10-22 10:23:50 -07:00
parent 63db324204
commit fe68f7f786
56 changed files with 113 additions and 253 deletions

View File

@@ -1,6 +1,6 @@
//! @brief Example Rust-based BPF that tests out using a custom heap
use solana_sdk::{
use solana_program_sdk::{
account_info::AccountInfo,
entrypoint,
entrypoint::{ProgramResult, HEAP_LENGTH, HEAP_START_ADDRESS},