Allow block version 3

This commit is contained in:
pooler 2015-02-28 20:09:16 +01:00
parent 3c01c36707
commit 07fb67e8af

View file

@ -345,7 +345,7 @@ err_out:
} }
#define BLOCK_VERSION_MASK 0x000000ff #define BLOCK_VERSION_MASK 0x000000ff
#define BLOCK_VERSION_CURRENT 2 #define BLOCK_VERSION_CURRENT 3
static bool gbt_work_decode(const json_t *val, struct work *work) static bool gbt_work_decode(const json_t *val, struct work *work)
{ {