mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-19 23:16:46 +00:00
last hash at
This commit is contained in:
@@ -3,10 +3,11 @@ use steel::*;
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
|
||||
pub struct MineEvent {
|
||||
pub difficulty: u64,
|
||||
pub reward: u64,
|
||||
pub timing: i64,
|
||||
pub balance: u64,
|
||||
pub difficulty: u64,
|
||||
pub last_hash_at: i64,
|
||||
pub timing: i64,
|
||||
pub reward: u64,
|
||||
pub boost_1: u64,
|
||||
pub boost_2: u64,
|
||||
pub boost_3: u64,
|
||||
|
||||
Reference in New Issue
Block a user