nit: message doesn't represent (#14893)

This commit is contained in:
Jack May 2021-01-27 17:21:45 -08:00 committed by GitHub
parent 63429507b2
commit 2ca0872a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ fn process_instruction(
assert!(!accounts[ARGUMENT_INDEX].is_writable);
}
VERIFY_PRIVILEGE_ESCALATION => {
msg!("Should never get here!");
msg!("Verify privilege escalation");
}
VERIFY_PRIVILEGE_DEESCALATION => {
msg!("verify privilege deescalation");