aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-08-28 13:33:59 -0400
committerJohn Newbery <john@johnnewbery.com>2017-09-07 16:21:26 -0700
commit290f3c56d9dd8a519920939a4fc440da832c1c63 (patch)
treec6a33d86aa941f6f3a7f6b17821ecf7d8464ccc6 /src/wallet/rpcwallet.h
parent062d63102eb1e90168d28589de8bf182e9a6a7d3 (diff)
downloadbitcoin-290f3c56d9dd8a519920939a4fc440da832c1c63.tar.xz
[wallet] Add RegisterWalletRPC() function to wallet/init.cpp
Diffstat (limited to 'src/wallet/rpcwallet.h')
-rw-r--r--src/wallet/rpcwallet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/rpcwallet.h b/src/wallet/rpcwallet.h
index db0808b93b..14e51610d9 100644
--- a/src/wallet/rpcwallet.h
+++ b/src/wallet/rpcwallet.h
@@ -5,7 +5,10 @@
#ifndef BITCOIN_WALLET_RPCWALLET_H
#define BITCOIN_WALLET_RPCWALLET_H
+#include <string>
+
class CRPCTable;
+class CWallet;
class JSONRPCRequest;
void RegisterWalletRPCCommands(CRPCTable &t);