This commit is contained in:
Jack May
2020-01-20 15:27:36 -08:00
committed by GitHub
parent cccaacee36
commit 52bc4a3598
3 changed files with 15 additions and 15 deletions

View File

@@ -73,7 +73,7 @@ pub enum InstructionError {
/// A non-system program changed the size of the account data
AccountDataSizeChanged,
/// the instruction expected an executable account
/// The instruction expected an executable account
AccountNotExecutable,
/// CustomError allows on-chain programs to implement program-specific error types and see