last hash at

This commit is contained in:
Hardhat Chad
2024-10-18 23:48:07 +00:00
parent c913ee44ea
commit 4b9362048a
2 changed files with 9 additions and 8 deletions

View File

@@ -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,