use just "block"

This commit is contained in:
Christopher Jeffrey 2014-10-22 12:40:07 -07:00
parent d28125d04a
commit 885c9d8e6c

View File

@ -3472,7 +3472,8 @@ NAN_METHOD(HookPackets) {
; ;
} else if (strCommand == "tx") { } else if (strCommand == "tx") {
; ;
} else if (strCommand == "block" && !fImporting && !fReindex) { // } else if (strCommand == "block" && !fImporting && !fReindex) {
} else if (strCommand == "block") {
; ;
} else if (strCommand == "getaddr") { } else if (strCommand == "getaddr") {
; ;