mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-17 23:16:48 +00:00
consolidate logs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user