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 ffe591b commit 2a6921fCopy full SHA for 2a6921f
program-tests/anchor-compressible-user-derived/expanded.rs
@@ -4283,7 +4283,7 @@ pub mod anchor_compressible_user_derived {
4283
new_address_space: Option<Pubkey>,
4284
new_update_authority: Option<Pubkey>,
4285
) -> Result<()> {
4286
- light_sdk::compressible::update_config(
+ light_sdk::compressible::update_compression_config(
4287
&ctx.accounts.config.to_account_info(),
4288
&ctx.accounts.authority.to_account_info(),
4289
new_update_authority.as_ref(),
0 commit comments