MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / postInitProcess

Method postInitProcess

src/wallet/wallet.cpp:4353–4358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4351}
4352
4353void CWallet::postInitProcess()
4354{
4355 // Add wallet transactions that aren't already in a block to mempool
4356 // Do this here as mempool requires genesis block to be loaded
4357 ReacceptWalletTransactions();
4358}
4359
4360bool CWallet::BackupWallet(const std::string& strDest)
4361{

Callers 3

loadwalletFunction · 0.80
createwalletFunction · 0.80
StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected