implement three boost system

This commit is contained in:
Hardhat Chad
2024-08-26 21:58:42 +00:00
parent 21041c7a8b
commit d3fb384eae

View File

@@ -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);