"block" compiling.

This commit is contained in:
Christopher Jeffrey 2014-10-22 16:38:32 -07:00
parent 0345ba1590
commit 04d5452088
1 changed files with 3 additions and 3 deletions

View File

@ -3629,14 +3629,14 @@ NAN_METHOD(HookPackets) {
ctx_to_jstx(tx, 0, jstx);
// ctx_to_jstx(tx, 0, o);
o->Set(NanNew<String>("tx"), jstx);
#if 0
} else if (strCommand == "block") { // && !fImporting && !fReindex) {
CBlock block;
*cur->vRecv >> block;
Local<Object> jstx = NanNew<Object>();
Local<Object> jsblock = NanNew<Object>();
cblock_to_jsblock(block, 0, jsblock);
// cblock_to_jsblock(block, 0, o);
o->Set(NanNew<String>("tx"), jstx);
o->Set(NanNew<String>("block"), jsblock);
#if 0
} else if (strCommand == "getaddr") {
; // not much other information in getaddr as long as we know we got a getaddr
} else if (strCommand == "mempool") {