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 11, 2024
1 parent 3a7d029 commit 8213380
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 8213380

Please sign in to comment.