noise seed

This commit is contained in:
Hardhat Chad
2025-06-13 10:48:09 -07:00
parent 496a6cc476
commit ab04720ca2
8 changed files with 10 additions and 28 deletions

View File

@@ -21,9 +21,6 @@ pub struct Miner {
/// The amount of ORE this miner has mined.
pub total_rewards: u64,
/// The number of winning hashes this miner has submitted.
pub winning_hashes: u64,
}
impl Miner {