diff --git a/src/rest.cpp b/src/rest.cpp --- a/src/rest.cpp +++ b/src/rest.cpp @@ -480,10 +480,9 @@ // gives binary output, ... if (uriParts.size() > 0) { - // inputs is sent over URI scheme // (/rest/getutxos/checkmempool/txid1-n/txid2-n/...) - if (uriParts.size() > 0 && uriParts[0] == "checkmempool") { + if (uriParts[0] == "checkmempool") { fCheckMemPool = true; }