skip duplicate boost

This commit is contained in:
Hardhat Chad
2024-09-24 05:55:15 +00:00
parent 85d9baf097
commit 58e27c1274
2 changed files with 0 additions and 4 deletions

View File

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