Tuned up difficulty constant for comfortable use with new algo.

Mined new origin block to start over test network.
This commit is contained in:
Revertron
2021-03-22 22:57:54 +01:00
parent c5204aaed1
commit 4ddacd2f57
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -60,4 +60,4 @@ pub fn hash_is_good(hash: &[u8], difficulty: usize) -> bool {
let hash_int = BigUint::from_bytes_be(&hash);
return hash_int < target;
}
}