aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.h
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2016-06-07 18:42:42 +0200
committerPavel Janík <Pavel@Janik.cz>2016-08-25 15:02:26 +0200
commitde1bbe3b7876e311ebba5445b7b251782c0a7e0a (patch)
treec4908b0d4f507b82a4bd3c881ef0da1a8ba057f2 /src/wallet/rpcwallet.h
parent1030fa718c59c29d3208af13e853457b7ac59d2e (diff)
downloadbitcoin-de1bbe3b7876e311ebba5445b7b251782c0a7e0a.tar.xz
Do not shadow global RPC table variable (tableRPC)
Diffstat (limited to 'src/wallet/rpcwallet.h')
-rw-r--r--src/wallet/rpcwallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.h b/src/wallet/rpcwallet.h
index a5de7e2de1..3a68ccf1b2 100644
--- a/src/wallet/rpcwallet.h
+++ b/src/wallet/rpcwallet.h
@@ -7,6 +7,6 @@
class CRPCTable;
-void RegisterWalletRPCCommands(CRPCTable &tableRPC);
+void RegisterWalletRPCCommands(CRPCTable &t);
#endif //BITCOIN_WALLET_RPCWALLET_H