Allow block version 4

This commit is contained in:
pooler 2015-11-15 16:38:32 +01:00
parent 50ebd35aeb
commit cac0976509

View file

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