PIVX Core  5.6.99
P2P Digital Currency
Functions
init.cpp File Reference
#include "wallet/init.h"
#include "guiinterfaceutil.h"
#include "net.h"
#include "util/system.h"
#include "utilmoneystr.h"
#include "validation.h"
#include "wallet/wallet.h"
#include "wallet/walletutil.h"
Include dependency graph for init.cpp:

Go to the source code of this file.

Functions

std::string GetWalletHelpString (bool showDebug)
 Return the wallets help message. More...
 
bool WalletParameterInteraction ()
 Wallets parameter interaction. More...
 
bool WalletVerify ()
 Responsible for reading and validating the -wallet arguments and verifying the wallet database. More...
 
bool InitLoadWallet ()
 Load wallet databases. More...
 

Function Documentation

◆ GetWalletHelpString()

std::string GetWalletHelpString ( bool  showDebug)

Return the wallets help message.

Definition at line 17 of file init.cpp.

Here is the call graph for this function:

◆ InitLoadWallet()

bool InitLoadWallet ( )

Load wallet databases.

Definition at line 208 of file init.cpp.

Here is the call graph for this function:

◆ WalletParameterInteraction()

bool WalletParameterInteraction ( )

Wallets parameter interaction.

Definition at line 53 of file init.cpp.

Here is the call graph for this function:

◆ WalletVerify()

bool WalletVerify ( )

Responsible for reading and validating the -wallet arguments and verifying the wallet database.

Definition at line 143 of file init.cpp.

Here is the call graph for this function: