Skip to content

Commit 128b191

Browse files
wuip
1 parent 0bf431b commit 128b191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-libs/compressed-token-sdk/src/cpi/instruction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub fn decompress(
2929
let accounts = vec![
3030
AccountMeta::new(*light_cpi_accounts.fee_payer.key, true),
3131
AccountMeta::new_readonly(*light_cpi_accounts.authority.key, true),
32-
AccountMeta::new_readonly(*light_cpi_accounts.cpi_authority_pda.key, true),
32+
AccountMeta::new_readonly(*light_cpi_accounts.cpi_authority_pda.key, false),
3333
AccountMeta::new_readonly(*light_cpi_accounts.light_system_program.key, false),
3434
AccountMeta::new_readonly(*light_cpi_accounts.registered_program_pda.key, false),
3535
AccountMeta::new_readonly(*light_cpi_accounts.noop_program.key, false),

0 commit comments

Comments
 (0)