Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3306
bool CWallet::BackupWallet(const std::string& strDest) const
3307
{
3308
return GetDatabase().Backup(strDest);
3309
}
3310
3311
CKeyPool::CKeyPool()
3312
{
Callers
2
backupWallet
Method · 0.80
backupwallet
Function · 0.80
Calls
1
Backup
Method · 0.45
Tested by
no test coverage detected