Merge branch 'master' into hardhat/delcare

This commit is contained in:
Hardhat Chad
2024-07-26 17:14:21 -05:00
committed by GitHub

View File

@@ -17,14 +17,10 @@ pub enum OreError {
ClockInvalid = 4,
#[error("You are trying to submit too soon")]
Spam = 5,
#[error("Only one hash may be validated per transaction")]
TransactionInvalid = 6,
#[error("The tolerance cannot exceed i64 max value")]
ToleranceOverflow = 7,
#[error("The maximum supply has been reached")]
MaxSupply = 8,
MaxSupply = 6,
#[error("The proof does not match the expected account")]
AuthFailed = 9,
AuthFailed = 7,
}
impl From<OreError> for ProgramError {