Make an abstract size variable for libblkmaker_coinbase_size_limit

This commit is contained in:
Luke Dashjr
2016-01-26 00:39:19 +00:00
parent 24aabb0e55
commit ef78f03a58
2 changed files with 4 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ typedef int16_t blktime_diff_t;
typedef uint32_t blknonce_t;
#define libblkmaker_blkheader_size (80)
#define libblkmaker_coinbase_size_limit (100)
struct blktxn_t {
unsigned char *data;