Skip to content

Commit

Permalink
remove remaining references to spl-program-ids
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Aug 9, 2024
1 parent 36b192c commit ae78c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion token/cli/tests/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async fn new_validator_for_test() -> (TestValidator, Keypair) {
upgrade_authority: Pubkey::new_unique(),
},
UpgradeableProgramInfo {
program_id: spl_program_ids::spl_associated_token_account::id(),
program_id: spl_associated_token_address::id(),
loader: bpf_loader_upgradeable::id(),
program_path: PathBuf::from("../../target/deploy/spl_associated_token_account.so"),
upgrade_authority: Pubkey::new_unique(),
Expand Down

0 comments on commit ae78c79

Please sign in to comment.