comments.

This commit is contained in:
Christopher Jeffrey 2014-10-22 15:41:30 -07:00
parent f641c0b9b4
commit 9af88ac459
1 changed files with 1 additions and 2 deletions

View File

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