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

Method postInitProcess

src/wallet/wallet.cpp:3294–3304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3292}
3293
3294void CWallet::postInitProcess()
3295{
3296 LOCK(cs_wallet);
3297
3298 // Add wallet transactions that aren't already in a block to mempool
3299 // Do this here as mempool requires genesis block to be loaded
3300 ReacceptWalletTransactions();
3301
3302 // Update wallet transactions with current mempool transactions.
3303 chain().requestMempoolTransactions(*this);
3304}
3305
3306bool CWallet::BackupWallet(const std::string& strDest) const
3307{

Callers 4

LoadWalletInternalFunction · 0.80
CreateWalletFunction · 0.80
StartWalletsFunction · 0.80
TestLoadWalletFunction · 0.80

Calls 1

Tested by 1

TestLoadWalletFunction · 0.64