This commit is contained in:
Hardhat Chad
2024-05-17 14:39:27 +00:00
parent 1adf4e75de
commit 1fe1649c49
2 changed files with 3 additions and 1 deletions

2
Cargo.lock generated
View File

@@ -1255,7 +1255,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
[[package]]
name = "drillx"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"blake3",
"equix",

View File

@@ -8,6 +8,8 @@ use crate::{
MINT_ADDRESS, ONE_DAY, TREASURY, TREASURY_BUMP,
};
// TODO Change rate limitter to be based on 1440 non spam txs rather than time based
/// Claim distributes Ore from the treasury to a miner. Its responsibilies include:
/// 1. Decrement the miner's claimable balance.
/// 2. Transfer tokens from the treasury to the miner.