diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index 62882888..bef961b4 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -3472,7 +3472,8 @@ NAN_METHOD(HookPackets) { ; } else if (strCommand == "tx") { ; - } else if (strCommand == "block" && !fImporting && !fReindex) { + // } else if (strCommand == "block" && !fImporting && !fReindex) { + } else if (strCommand == "block") { ; } else if (strCommand == "getaddr") { ;