We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5815a34 commit efb236eCopy full SHA for efb236e
p-token/src/entrypoint.rs
@@ -85,8 +85,10 @@ pub unsafe extern "C" fn entrypoint(input: *mut u8) -> u64 {
85
/// is used.
86
const IX3_ACCOUNT3_HEADER_OFFSET: usize = 0x5218;
87
88
- /// Offset for the third account data length. This is
89
- /// expected to be a mint account (82 bytes).
+ /// Offset for the third account data length.
+ ///
90
+ /// This is expected to be an account with variable data
91
+ /// length.
92
const IX3_ACCOUNT3_DATA_LEN: usize = 0x5268;
93
94
/// Expected offset for the instruction data in the case the
0 commit comments