Merge commit '339f436' into 0.5.x

This commit is contained in:
Luke Dashjr
2016-08-11 07:40:13 +00:00

View File

@@ -412,6 +412,7 @@ json_t *blktmpl_propose_jansson(blktemplate_t * const tmpl, const uint32_t caps,
goto err;
if (!(ja = json_string(blkhex)))
goto err;
free(blkhex);
if (json_object_set_new(jparams, "data", ja))
goto err;