still no segfault.

This commit is contained in:
Christopher Jeffrey 2014-10-22 18:37:52 -07:00
parent 7eea05c71d
commit c34f2f67bf
1 changed files with 1 additions and 1 deletions

View File

@ -3517,7 +3517,6 @@ NAN_METHOD(HookPackets) {
}
o->Set(NanNew<String>("addresses"), array);
#if 0
} else if (strCommand == "inv") {
vector<CInv> vInv;
*cur->vRecv >> vInv;
@ -3563,6 +3562,7 @@ NAN_METHOD(HookPackets) {
}
o->Set(NanNew<String>("items"), array);
#if 0
} else if (strCommand == "getdata") {
vector<CInv> vInv;
*cur->vRecv >> vInv;