Skip to content

Commit 76c5c3f

Browse files
committed
Fix account view path
1 parent cd69cb0 commit 76c5c3f

File tree

1 file changed

+2
-0
lines changed
  • sdk/pinocchio/src/entrypoint

1 file changed

+2
-0
lines changed

sdk/pinocchio/src/entrypoint/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ use crate::{
2323
};
2424
use solana_address::Address;
2525

26+
use crate::{BPF_ALIGN_OF_U128, NON_DUP_MARKER};
27+
2628
/// Start address of the memory region used for program heap.
2729
pub const HEAP_START_ADDRESS: u64 = 0x300000000;
2830

0 commit comments

Comments
 (0)