mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 07:26:51 +00:00
implement three boost system
This commit is contained in:
@@ -19,6 +19,8 @@ pub enum OreError {
|
||||
MaxSupply = 6,
|
||||
#[error("The proof does not match the expected account")]
|
||||
AuthFailed = 7,
|
||||
#[error("The same boost cannot be applied twice")]
|
||||
DuplicateBoost = 8,
|
||||
}
|
||||
|
||||
error!(OreError);
|
||||
|
||||
Reference in New Issue
Block a user