comments.

This commit is contained in:
Christopher Jeffrey 2014-10-22 15:41:30 -07:00
parent f641c0b9b4
commit 9af88ac459

View File

@ -3621,8 +3621,7 @@ NAN_METHOD(HookPackets) {
ctx_to_jstx(tx, 0, jstx); ctx_to_jstx(tx, 0, jstx);
// ctx_to_jstx(tx, 0, o); // ctx_to_jstx(tx, 0, o);
o->Set(NanNew<String>("tx"), jstx); o->Set(NanNew<String>("tx"), jstx);
// } else if (strCommand == "block" && !fImporting && !fReindex) { } else if (strCommand == "block") { // && !fImporting && !fReindex) {
} else if (strCommand == "block") {
CBlock block; CBlock block;
cur->vRecv >> block; cur->vRecv >> block;
Local<Object> jstx = NanNew<Object>(); Local<Object> jstx = NanNew<Object>();