Skip to content

Commit 42a9b6b

Browse files
wip
1 parent 76ef79f commit 42a9b6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub fn decompress(
4747
];
4848

4949
Ok(Instruction {
50-
program_id: *light_cpi_accounts.token_program.key,
50+
program_id: *light_cpi_accounts.self_program.key,
5151
accounts,
5252
data,
5353
})

0 commit comments

Comments
 (0)