We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05342a commit 42fb426Copy full SHA for 42fb426
pallets/subtensor/src/subnets/registration.rs
@@ -381,7 +381,7 @@ impl<T: Config> Pallet<T> {
381
);
382
383
// --- 3. Ensure the supplied work passes the difficulty.
384
- let difficulty: U256 = U256::from(1_000_000); // Base faucet difficulty.
+ let difficulty: U256 = U256::from(1_000); // Base faucet difficulty.
385
let work_hash: H256 = Self::vec_to_hash(work.clone());
386
ensure!(
387
Self::hash_meets_difficulty(&work_hash, difficulty),
0 commit comments