mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-13 00:54:53 +01:00
[wallet] Add RegisterWalletRPC() function to wallet/init.cpp
This commit is contained in:
@@ -1017,7 +1017,7 @@ bool AppInitParameterInteraction()
|
||||
|
||||
RegisterAllCoreRPCCommands(tableRPC);
|
||||
#ifdef ENABLE_WALLET
|
||||
RegisterWalletRPCCommands(tableRPC);
|
||||
RegisterWalletRPC(tableRPC);
|
||||
#endif
|
||||
|
||||
nConnectTimeout = gArgs.GetArg("-timeout", DEFAULT_CONNECT_TIMEOUT);
|
||||
|
||||
Reference in New Issue
Block a user