use just "block"
This commit is contained in:
parent
d28125d04a
commit
885c9d8e6c
@ -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") {
|
||||||
;
|
;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user