Move BackupWallet to CWallet::BackupWallet
This commit is contained in:
committed by
lateminer
parent
261efcf69a
commit
db3b5d964a
@@ -835,6 +835,8 @@ public:
|
||||
/* Wallets parameter interaction */
|
||||
static bool ParameterInteraction();
|
||||
|
||||
bool BackupWallet(const std::string& strDest);
|
||||
|
||||
/* Set the HD chain model (chain child index counters) */
|
||||
bool SetHDChain(const CHDChain& chain, bool memonly);
|
||||
const CHDChain& GetHDChain() { return hdChain; }
|
||||
|
||||
Reference in New Issue
Block a user