mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-19 15:10:29 +00:00
fix max supply logic
This commit is contained in:
@@ -82,10 +82,8 @@ pub(crate) fn create_pda<'a, 'info>(
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
|
||||
pub struct MineEvent {
|
||||
pub difficulty: u32,
|
||||
pub multiplier: f32,
|
||||
pub difficulty: u64,
|
||||
pub reward: u64,
|
||||
pub reward_actual: u64,
|
||||
pub timing: i64,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user