mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
refactor: Replace JSONRPCRequest fHelp field with mode field
No change in behavior
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user