From 323a7fb962807267941097a557c0bbdee1b3494f Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 23 Oct 2014 16:08:29 -0700 Subject: [PATCH] comment. issue. --- src/bitcoindjs.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index 32344b84..05219897 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -1483,6 +1483,7 @@ NAN_METHOD(BlockFromHex) { } Local jsblock = NanNew(); + // XXX Possibly pass true into is_new to search for CBlockIndex? cblock_to_jsblock(cblock, NULL, jsblock, false); NanReturnValue(jsblock);