Merge pull request #5 from aeternity/add-defines-to-hrl

Add more defines into .hrl
This commit is contained in:
Juraj Hlista 2019-02-27 17:46:03 +07:00 committed by GitHub
commit 5a538b360c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,13 @@
-define(DIFFICULTY_INTEGER_FACTOR, 16#1000000).
-define(MIN_NONCE, 0).
-define(MAX_NONCE, 16#ffffffffffffffff).
-define(NONCE_NBYTES, 8).
-define(SOLUTION_SIZE, 42).
-define(MIN_SOLUTION_NUMBER, 0).
-define(MAX_SOLUTION_NUMBER, 16#ffffffff).