const noise

This commit is contained in:
Hardhat Chad
2024-04-29 20:19:30 +00:00
parent 6d89872752
commit 2fafa63587
8 changed files with 62 additions and 90 deletions

View File

@@ -19,6 +19,8 @@ pub enum OreError {
StakeTooLarge = 5,
#[error("The clock time is invalid")]
ClockInvalid = 6,
#[error("The noise account is as large as it can get")]
NoiseSizeExceeded = 7,
}
impl From<OreError> for ProgramError {