aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/request.h
diff options
context:
space:
mode:
authorJon Atack <[email protected]>2020-04-12 21:46:16 +0200
committerJon Atack <[email protected]>2020-05-21 10:24:26 +0200
commit903b6c117f541ea9258d3234ffcf59427344e668 (patch)
tree5b311e452098512acc1d413c65d9aef8516ddfbc /src/rpc/request.h
parentcli: use GetWalletBalances() functionality for -getinfo (diff)
downloaddiscoin-903b6c117f541ea9258d3234ffcf59427344e668.tar.xz
discoin-903b6c117f541ea9258d3234ffcf59427344e668.zip
rpc: drop unused JSONRPCProcessBatchReply size arg, refactor
Diffstat (limited to 'src/rpc/request.h')
-rw-r--r--src/rpc/request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/request.h b/src/rpc/request.h
index 99eb4f935..d6080c3cf 100644
--- a/src/rpc/request.h
+++ b/src/rpc/request.h
@@ -22,7 +22,7 @@ bool GetAuthCookie(std::string *cookie_out);
/** Delete RPC authentication cookie from disk */
void DeleteAuthCookie();
/** Parse JSON-RPC batch reply into a vector */
-std::vector<UniValue> JSONRPCProcessBatchReply(const UniValue &in, size_t num);
+std::vector<UniValue> JSONRPCProcessBatchReply(const UniValue& in);
class JSONRPCRequest
{