mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-07 15:11:33 +00:00
comments
This commit is contained in:
@@ -8,6 +8,8 @@ use crate::{
|
||||
utils::{AccountDiscriminator, Discriminator},
|
||||
};
|
||||
|
||||
/// Proof accounts track a miner's current hash, claimable rewards, and lifetime stats.
|
||||
/// Every miner is allowed one proof account which is required by the program to mine or claim rewards.
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Pod, ShankAccount, Zeroable)]
|
||||
pub struct Proof {
|
||||
|
||||
Reference in New Issue
Block a user