Remove SystemError from ProgramError

This commit is contained in:
Greg Fitzgerald
2019-03-13 12:28:54 -06:00
parent 6a89c68a1d
commit 1de5ae1ef0
3 changed files with 22 additions and 26 deletions

View File

@ -11,11 +11,6 @@ pub enum ProgramError {
/// The arguments provided to a program instruction where invalid
InvalidArgument,
/// An instruction resulted in an account with a negative balance
/// The difference from InsufficientFundsForFee is that the transaction was executed by the
/// contract
ResultWithNegativeLamports,
/// An account's userdata contents was invalid
InvalidUserdata,