skip duplicate boost

This commit is contained in:
Hardhat Chad
2024-09-24 05:55:15 +00:00
parent 2adf4c07b9
commit dae14334d3
2 changed files with 3 additions and 6 deletions

View File

@@ -21,8 +21,6 @@ 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);