[wallet] Add RegisterWalletRPC() function to wallet/init.cpp

This commit is contained in:
John Newbery
2017-08-28 13:33:59 -04:00
parent 062d63102e
commit 290f3c56d9
5 changed files with 17 additions and 4 deletions

View File

@@ -1017,7 +1017,7 @@ bool AppInitParameterInteraction()
RegisterAllCoreRPCCommands(tableRPC);
#ifdef ENABLE_WALLET
RegisterWalletRPCCommands(tableRPC);
RegisterWalletRPC(tableRPC);
#endif
nConnectTimeout = gArgs.GetArg("-timeout", DEFAULT_CONNECT_TIMEOUT);