From 8aa289003f1fdf4400f2d9c7b2c0f0cebe4d88b3 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 22 Oct 2014 18:42:23 -0700 Subject: [PATCH] still no sigsegv yet. --- src/bitcoindjs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index 9c30c5f6..665cee92 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -3576,7 +3576,6 @@ NAN_METHOD(HookPackets) { if (vInv.size() > 0) { o->Set(NanNew("first"), NanNew(vInv[0].ToString().c_str())); } -#if 0 } else if (strCommand == "getblocks") { CBlockLocator locator; uint256 hashStop; @@ -3596,6 +3595,7 @@ NAN_METHOD(HookPackets) { o->Set(NanNew("toHash"), NanNew( hashStop == uint256(0) ? "end" : hashStop.GetHex().c_str())); o->Set(NanNew("limit"), NanNew(500)); +#if 0 } else if (strCommand == "getheaders") { CBlockLocator locator; uint256 hashStop;