remove jackpot

This commit is contained in:
Hardhat Chad
2025-06-12 16:05:23 -07:00
parent ea415c36e6
commit 4f0d315dca
2 changed files with 0 additions and 8 deletions

View File

@@ -57,12 +57,6 @@ pub struct RewardConfig {
/// The minimum difficulty required for payout.
pub difficulty_threshold: u64,
/// Jackpot amount.
pub jackpot_amount: u64,
/// The threshold difficulty for the jackpot payout.
pub jackpot_threshold: u64,
}
impl Block {