Skip to content

Commit 42fb426

Browse files
committed
lower faucet diff to 1k
1 parent c05342a commit 42fb426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/subnets/registration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ impl<T: Config> Pallet<T> {
381381
);
382382

383383
// --- 3. Ensure the supplied work passes the difficulty.
384-
let difficulty: U256 = U256::from(1_000_000); // Base faucet difficulty.
384+
let difficulty: U256 = U256::from(1_000); // Base faucet difficulty.
385385
let work_hash: H256 = Self::vec_to_hash(work.clone());
386386
ensure!(
387387
Self::hash_meets_difficulty(&work_hash, difficulty),

0 commit comments

Comments
 (0)