mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-01 07:36:50 +00:00
cleanup
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
use steel::*;
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
|
||||
pub struct PayoutEvent {
|
||||
pub authority: Pubkey,
|
||||
pub amount: u64,
|
||||
pub ts: u64,
|
||||
}
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
|
||||
pub struct BetEvent {
|
||||
@@ -23,6 +15,14 @@ pub struct BuryEvent {
|
||||
pub ts: u64,
|
||||
}
|
||||
|
||||
event!(PayoutEvent);
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
|
||||
pub struct PayoutEvent {
|
||||
pub authority: Pubkey,
|
||||
pub amount: u64,
|
||||
pub ts: u64,
|
||||
}
|
||||
|
||||
event!(BetEvent);
|
||||
event!(BuryEvent);
|
||||
event!(PayoutEvent);
|
||||
|
||||
Reference in New Issue
Block a user