Skip to content

Commit

Permalink
fix program id in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 13, 2024
1 parent 98983e1 commit e279e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/ed25519-instructions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ pub mod test {
instruction_data.extend_from_slice(message);

Instruction {
program_id: ED25519_PROGRAM_ID,
program_id: solana_sdk_ids::ed25519_program::id(),
accounts: vec![],
data: instruction_data,
}
Expand Down

0 comments on commit e279e8e

Please sign in to comment.