This commit is contained in:
Greg Fitzgerald
2021-03-04 23:16:53 -08:00
committed by GitHub
parent f035b9c7cd
commit edd159e7d7
9 changed files with 23 additions and 23 deletions

View File

@ -632,7 +632,7 @@ impl MessageProcessor {
) {
ic_msg!(
invoke_context,
"{}'s signer priviledge escalated",
"{}'s signer privilege escalated",
account.pubkey
);
return Err(InstructionError::PrivilegeEscalation);