Skip to content

Commit efb236e

Browse files
committed
Fix comment in constant
1 parent 5815a34 commit efb236e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

p-token/src/entrypoint.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ pub unsafe extern "C" fn entrypoint(input: *mut u8) -> u64 {
8585
/// is used.
8686
const IX3_ACCOUNT3_HEADER_OFFSET: usize = 0x5218;
8787

88-
/// Offset for the third account data length. This is
89-
/// expected to be a mint account (82 bytes).
88+
/// Offset for the third account data length.
89+
///
90+
/// This is expected to be an account with variable data
91+
/// length.
9092
const IX3_ACCOUNT3_DATA_LEN: usize = 0x5268;
9193

9294
/// Expected offset for the instruction data in the case the

0 commit comments

Comments
 (0)