mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-20 07:26:50 +00:00
const noise
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user