|
|
@ -9,6 +9,7 @@ |
|
|
|
#include <string> |
|
|
|
#include <string> |
|
|
|
|
|
|
|
|
|
|
|
class CRPCTable; |
|
|
|
class CRPCTable; |
|
|
|
|
|
|
|
class CScheduler; |
|
|
|
|
|
|
|
|
|
|
|
//! Return the wallets help message.
|
|
|
|
//! Return the wallets help message.
|
|
|
|
std::string GetWalletHelpString(bool showDebug); |
|
|
|
std::string GetWalletHelpString(bool showDebug); |
|
|
@ -27,6 +28,9 @@ bool VerifyWallets(); |
|
|
|
//! Load wallet databases.
|
|
|
|
//! Load wallet databases.
|
|
|
|
bool OpenWallets(); |
|
|
|
bool OpenWallets(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//! Complete startup of wallets.
|
|
|
|
|
|
|
|
void StartWallets(CScheduler& scheduler); |
|
|
|
|
|
|
|
|
|
|
|
//! Flush all wallets in preparation for shutdown.
|
|
|
|
//! Flush all wallets in preparation for shutdown.
|
|
|
|
void FlushWallets(); |
|
|
|
void FlushWallets(); |
|
|
|
|
|
|
|
|
|
|
|