From c34f2f67bfc4b56c8c74952dff24ef561280e100 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 22 Oct 2014 18:37:52 -0700 Subject: [PATCH] still no segfault. --- src/bitcoindjs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;