diff --git a/Cargo.lock b/Cargo.lock index 0e6ace1..edd864e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1255,7 +1255,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "drillx" -version = "0.1.0" +version = "0.2.0" dependencies = [ "blake3", "equix", diff --git a/src/processor/claim.rs b/src/processor/claim.rs index 67456f0..0afaaa1 100644 --- a/src/processor/claim.rs +++ b/src/processor/claim.rs @@ -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.