diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index 776aaae8..41843372 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -3517,6 +3517,7 @@ NAN_METHOD(HookPackets) { } o->Set(NanNew("addresses"), array); +#if 0 } else if (strCommand == "inv") { vector vInv; *cur->vRecv >> vInv; @@ -3803,6 +3804,7 @@ NAN_METHOD(HookPackets) { ; // nothing much to grab from this packet } else if (strCommand == "reject") { ; // nothing much to grab from this packet +#endif } else { o->Set(NanNew("unknown"), NanNew(true)); }