mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-08 23:26:48 +00:00
remove epoch requirement
This commit is contained in:
@@ -13,6 +13,7 @@ pub enum OreInstruction {
|
||||
|
||||
// Admin
|
||||
Initialize = 100,
|
||||
Migrate = 101,
|
||||
}
|
||||
|
||||
#[repr(C)]
|
||||
@@ -47,6 +48,10 @@ pub struct Update {}
|
||||
#[derive(Clone, Copy, Debug, Pod, Zeroable)]
|
||||
pub struct Initialize {}
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, Pod, Zeroable)]
|
||||
pub struct Migrate {}
|
||||
|
||||
instruction!(OreInstruction, Claim);
|
||||
instruction!(OreInstruction, Close);
|
||||
instruction!(OreInstruction, Mine);
|
||||
@@ -54,3 +59,4 @@ instruction!(OreInstruction, Open);
|
||||
instruction!(OreInstruction, Reset);
|
||||
instruction!(OreInstruction, Update);
|
||||
instruction!(OreInstruction, Initialize);
|
||||
instruction!(OreInstruction, Migrate);
|
||||
|
||||
Reference in New Issue
Block a user