Support for BIP65 version 4 blocks

This commit is contained in:
Luke Dashjr
2015-11-09 05:32:40 +00:00
parent 76a82009ad
commit 5c535ed092

View File

@@ -8,7 +8,7 @@
#include <blktemplate.h>
#define BLKMAKER_VERSION (5L)
#define BLKMAKER_MAX_BLOCK_VERSION (3)
#define BLKMAKER_MAX_BLOCK_VERSION (4)
extern bool (*blkmk_sha256_impl)(void *hash_out, const void *data, size_t datasz);