This commit is contained in:
Hardhat Chad
2024-07-26 22:14:35 +00:00
parent 083d06c024
commit cd2780b404

View File

@@ -18,7 +18,7 @@ pub enum OreError {
#[error("You are trying to submit too soon")]
Spam = 5,
#[error("The maximum supply has been reached")]
MaxSupply = 8,
MaxSupply = 6,
#[error("Only one hash may be validated per transaction")]
TransactionInvalid = 7,
}