no segfault yet.

This commit is contained in:
Christopher Jeffrey 2014-10-22 18:39:46 -07:00
parent c34f2f67bf
commit 31de749b6c

View File

@ -3562,7 +3562,6 @@ NAN_METHOD(HookPackets) {
} }
o->Set(NanNew<String>("items"), array); o->Set(NanNew<String>("items"), array);
#if 0
} else if (strCommand == "getdata") { } else if (strCommand == "getdata") {
vector<CInv> vInv; vector<CInv> vInv;
*cur->vRecv >> vInv; *cur->vRecv >> vInv;
@ -3577,6 +3576,7 @@ NAN_METHOD(HookPackets) {
if (vInv.size() > 0) { if (vInv.size() > 0) {
o->Set(NanNew<String>("first"), NanNew<String>(vInv[0].ToString().c_str())); o->Set(NanNew<String>("first"), NanNew<String>(vInv[0].ToString().c_str()));
} }
#if 0
} else if (strCommand == "getblocks") { } else if (strCommand == "getblocks") {
CBlockLocator locator; CBlockLocator locator;
uint256 hashStop; uint256 hashStop;