accidentally removed nonce. need nonce

forknote_comp
clintar 2016-03-24 03:48:41 -06:00
parent 3e9fd69c9c
commit 8d74079e59
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ void construct_block_blob(const Nan::FunctionCallbackInfo<v8::Value>& info) {
block b = AUTO_VAL_INIT(b);
if (!parse_and_validate_block_from_blob(block_template_blob, b))
return THROW_ERROR_EXCEPTION("Failed to parse block");
b.nonce = nonce;
if (!block_to_blob(b, output))
return THROW_ERROR_EXCEPTION("Failed to convert block to blob");