put limit on account data length (#7320)
* put limit on account data length * proper debug message
This commit is contained in:
@ -10,6 +10,7 @@ pub enum SystemError {
|
||||
ResultWithNegativeLamports,
|
||||
InvalidProgramId,
|
||||
InvalidAccountId,
|
||||
InvalidAccountDataLength,
|
||||
}
|
||||
|
||||
impl<T> DecodeError<T> for SystemError {
|
||||
|
Reference in New Issue
Block a user