From 2e643df5c4beb1f594010682f52dfae2bd6826bf Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Tue, 12 Aug 2025 11:33:43 -0700 Subject: [PATCH] remove unused const --- api/src/consts.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/src/consts.rs b/api/src/consts.rs index 718fbf6..a5c96e1 100644 --- a/api/src/consts.rs +++ b/api/src/consts.rs @@ -82,8 +82,5 @@ pub const HASHPOWER_LIQUIDITY: u64 = 1_000_000; /// The ORE liquidity to seed the markets with. pub const ORE_LIQUIDITY: u64 = ONE_ORE * 100; -/// The minimum difficulty required for payout. -pub const NUGGET_DIFFICULTY: u64 = 10; - /// The address of the boost reserve token account. pub const BOOST_RESERVE_TOKEN: Pubkey = pubkey!("GnnjpuMboHVnsKLWEM5fKzoEqTnsfK889XN2wmiZggqv"); // TODO: change this