aboutsummaryrefslogtreecommitdiff
path: root/src/test/rpc_tests.cpp
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2021-01-29 18:09:46 -0500
committerRussell Yanofsky <russ@yanofsky.org>2021-01-29 18:09:46 -0500
commit6158a6d3978a18d5ac4166ca2f59056d8ef71c3d (patch)
tree13a8ad94af645984bb524c0a3e0db638b10f0430 /src/test/rpc_tests.cpp
parent80e16cadd56ca73b94b01c5cd98a325fe9d89bf3 (diff)
downloadbitcoin-6158a6d3978a18d5ac4166ca2f59056d8ef71c3d.tar.xz
refactor: Replace JSONRPCRequest fHelp field with mode field
No change in behavior
Diffstat (limited to 'src/test/rpc_tests.cpp')
-rw-r--r--src/test/rpc_tests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/rpc_tests.cpp b/src/test/rpc_tests.cpp
index b54cbb3f00..e88d60033f 100644
--- a/src/test/rpc_tests.cpp
+++ b/src/test/rpc_tests.cpp
@@ -36,7 +36,6 @@ UniValue RPCTestingSetup::CallRPC(std::string args)
JSONRPCRequest request(context);
request.strMethod = strMethod;
request.params = RPCConvertValues(strMethod, vArgs);
- request.fHelp = false;
if (RPCIsInWarmup(nullptr)) SetRPCWarmupFinished();
try {
UniValue result = tableRPC.execute(request);