Skip to content

Commit 2a6921f

Browse files
add support for multiple address_trees per address space
1 parent ffe591b commit 2a6921f

File tree

1 file changed

+1
-1
lines changed
  • program-tests/anchor-compressible-user-derived

1 file changed

+1
-1
lines changed

program-tests/anchor-compressible-user-derived/expanded.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4283,7 +4283,7 @@ pub mod anchor_compressible_user_derived {
42834283
new_address_space: Option<Pubkey>,
42844284
new_update_authority: Option<Pubkey>,
42854285
) -> Result<()> {
4286-
light_sdk::compressible::update_config(
4286+
light_sdk::compressible::update_compression_config(
42874287
&ctx.accounts.config.to_account_info(),
42884288
&ctx.accounts.authority.to_account_info(),
42894289
new_update_authority.as_ref(),

0 commit comments

Comments
 (0)