diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index 5fa0bada..9c30c5f6 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -3562,7 +3562,6 @@ NAN_METHOD(HookPackets) { } o->Set(NanNew("items"), array); -#if 0 } else if (strCommand == "getdata") { vector vInv; *cur->vRecv >> vInv; @@ -3577,6 +3576,7 @@ 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;