aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/wallet.h
diff options
context:
space:
mode:
authorSamuel Dobson <dobsonsa68@gmail.com>2021-12-01 16:52:29 +1300
committerSamuel Dobson <dobsonsa68@gmail.com>2021-12-08 11:45:21 +1300
commitd794d0da8f05c66e4a81615c6de8c50f8bcdb5be (patch)
tree3ac877944e7f59af34984d6e3c0a4f382b29dfe8 /src/wallet/rpc/wallet.h
parente116b9747d083bf269f1e1c67295b57d700d9dbd (diff)
downloadbitcoin-d794d0da8f05c66e4a81615c6de8c50f8bcdb5be.tar.xz
Remove unused imports from rpc/wallet and reorder RPCs
Diffstat (limited to 'src/wallet/rpc/wallet.h')
-rw-r--r--src/wallet/rpc/wallet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/rpc/wallet.h b/src/wallet/rpc/wallet.h
index 59abe90d55..cdc9a8cc92 100644
--- a/src/wallet/rpc/wallet.h
+++ b/src/wallet/rpc/wallet.h
@@ -11,6 +11,4 @@ class CRPCCommand;
Span<const CRPCCommand> GetWalletRPCCommands();
-RPCHelpMan getaddressinfo();
-RPCHelpMan signrawtransactionwithwallet();
#endif // BITCOIN_WALLET_RPC_WALLET_H