aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/init.h')
-rw-r--r--src/wallet/init.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wallet/init.h b/src/wallet/init.h
index 1be2ef9273..588357119c 100644
--- a/src/wallet/init.h
+++ b/src/wallet/init.h
@@ -8,12 +8,17 @@
#include <string>
+class CRPCTable;
+
//! Return the wallets help message.
std::string GetWalletHelpString(bool showDebug);
//! Wallets parameter interaction
bool WalletParameterInteraction();
+//! Register wallet RPCs.
+void RegisterWalletRPC(CRPCTable &tableRPC);
+
//! Responsible for reading and validating the -wallet arguments and verifying the wallet database.
// This function will perform salvage on the wallet if requested, as long as only one wallet is
// being loaded (CWallet::ParameterInteraction forbids -salvagewallet, -zapwallettxes or -upgradewallet with multiwallet).