Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 2c626e2

Browse files
Apply suggestions from code review
Co-authored-by: Jon C <[email protected]>
1 parent 549b093 commit 2c626e2

File tree

1 file changed

+2
-2
lines changed
  • token/confidential-transfer/elgamal-registry/src

1 file changed

+2
-2
lines changed

token/confidential-transfer/elgamal-registry/src/processor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ pub fn process_instruction(
112112
RegistryInstruction::CreateRegistry {
113113
proof_instruction_offset,
114114
} => {
115-
msg!("RegistryInstruction::CreateRegistry");
115+
msg!("ElGamalRegistryInstruction::CreateRegistry");
116116
process_create_registry_account(program_id, accounts, proof_instruction_offset as i64)
117117
}
118118
RegistryInstruction::UpdateRegistry {
119119
proof_instruction_offset,
120120
} => {
121-
msg!("RegistryInstruction::UpdateRegistry");
121+
msg!("ElGamalRegistryInstruction::UpdateRegistry");
122122
process_update_registry_account(program_id, accounts, proof_instruction_offset as i64)
123123
}
124124
}

0 commit comments

Comments
 (0)