We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e828fc8 commit 03308b2Copy full SHA for 03308b2
src/wallet/rpcsigner.cpp
@@ -32,9 +32,6 @@ static RPCHelpMan enumeratesigners()
32
},
33
RPCExamples{""},
34
[](const RPCHelpMan& self, const JSONRPCRequest& request) -> UniValue {
35
- std::shared_ptr<CWallet> const wallet = GetWalletForJSONRPCRequest(request);
36
- if (!wallet) return NullUniValue;
37
-
38
const std::string command = gArgs.GetArg("-signer", "");
39
if (command == "") throw JSONRPCError(RPC_WALLET_ERROR, "Error: restart bitcoind with -signer=<cmd>");
40
std::string chain = gArgs.GetChainName();
0 commit comments