diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index 41843372..5fa0bada 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -3517,7 +3517,6 @@ NAN_METHOD(HookPackets) { } o->Set(NanNew("addresses"), array); -#if 0 } else if (strCommand == "inv") { vector vInv; *cur->vRecv >> vInv; @@ -3563,6 +3562,7 @@ NAN_METHOD(HookPackets) { } o->Set(NanNew("items"), array); +#if 0 } else if (strCommand == "getdata") { vector vInv; *cur->vRecv >> vInv;