mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 07:26:51 +00:00
fix typo
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user