diff --git a/libraries/type-length-value/src/error.rs b/libraries/type-length-value/src/error.rs index 583810e2b40..48e5d9efa34 100644 --- a/libraries/type-length-value/src/error.rs +++ b/libraries/type-length-value/src/error.rs @@ -3,10 +3,7 @@ use spl_program_error::*; /// Errors that may be returned by the Token program. -#[spl_program_error( - hash_error_code_start = 1_202_666_432, - solana_program = "solana_program" -)] +#[spl_program_error(hash_error_code_start = 1_202_666_432)] pub enum TlvError { /// Type not found in TLV data #[error("Type not found in TLV data")]