Add missing tests, refactor, improve type specs
This commit is contained in:
+8
-2
@@ -1,5 +1,11 @@
|
||||
|
||||
-define(HIGHEST_TARGET_SCI, 16#2100ffff).
|
||||
|
||||
-define(HIGHEST_TARGET_INT, 16#ffff000000000000000000000000000000000000000000000000000000000000).
|
||||
-define(NONCE_BITS, 64).
|
||||
-define(MAX_NONCE, 16#ffffffffffffffff).
|
||||
|
||||
-define(DIFFICULTY_INTEGER_FACTOR, 16#1000000).
|
||||
|
||||
-define(MAX_NONCE, 16#ffffffffffffffff).
|
||||
|
||||
-define(SOLUTION_SIZE, 42).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user