MCPcopy Create free account
hub / github.com/ElementsProject/elements / BackupWallet

Method BackupWallet

src/wallet/wallet.cpp:3306–3309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3304}
3305
3306bool CWallet::BackupWallet(const std::string& strDest) const
3307{
3308 return GetDatabase().Backup(strDest);
3309}
3310
3311CKeyPool::CKeyPool()
3312{

Callers 2

backupWalletMethod · 0.80
backupwalletFunction · 0.80

Calls 1

BackupMethod · 0.45

Tested by

no test coverage detected