Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

walletutil.cpp File Reference
+ Include dependency graph for walletutil.cpp:

Go to the source code of this file.

Functions

fs::path GetWalletDir ()
 Get the path of the wallet directory. More...
 

Function Documentation

◆ GetWalletDir()

fs::path GetWalletDir ( )

Get the path of the wallet directory.

Definition at line 7 of file walletutil.cpp.

References gArgs, ArgsManager::GetArg(), GetDataDir(), and ArgsManager::IsArgSet().

Referenced by loadwallet(), WalletInit::Open(), WalletInit::Verify(), and CWallet::Verify().

Released under the MIT license