mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
todo
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1255,7 +1255,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
|
||||
|
||||
[[package]]
|
||||
name = "drillx"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"blake3",
|
||||
"equix",
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user