comment. issue.

This commit is contained in:
Christopher Jeffrey 2014-10-23 16:08:29 -07:00
parent 37395021f8
commit 323a7fb962
1 changed files with 1 additions and 0 deletions

View File

@ -1483,6 +1483,7 @@ NAN_METHOD(BlockFromHex) {
}
Local<Object> jsblock = NanNew<Object>();
// XXX Possibly pass true into is_new to search for CBlockIndex?
cblock_to_jsblock(cblock, NULL, jsblock, false);
NanReturnValue(jsblock);