use just "block"

This commit is contained in:
Christopher Jeffrey 2014-10-22 12:40:07 -07:00
parent d28125d04a
commit 885c9d8e6c
1 changed files with 2 additions and 1 deletions

View File

@ -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") {
;