mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-18 23:16:48 +00:00
claim rate limiter
This commit is contained in:
@@ -21,6 +21,9 @@ pub struct Proof {
|
||||
/// The current mining challenge.
|
||||
pub challenge: [u8; 32],
|
||||
|
||||
/// The last time this account claimed rewards.
|
||||
pub last_claim_at: i64,
|
||||
|
||||
/// The last time this account provided a hash.
|
||||
pub last_hash_at: i64,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user