consolidate logs

This commit is contained in:
Hardhat Chad
2024-10-18 23:41:54 +00:00
parent 34cea09457
commit c913ee44ea
2 changed files with 12 additions and 19 deletions

View File

@@ -7,14 +7,9 @@ pub struct MineEvent {
pub reward: u64,
pub timing: i64,
pub balance: u64,
}
#[repr(C)]
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
pub struct BoostEvent {
pub mint: Pubkey,
pub reward: u64,
pub boost_1: u64,
pub boost_2: u64,
pub boost_3: u64,
}
event!(MineEvent);
event!(BoostEvent);