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

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");