| 4351 | } |
| 4352 | |
| 4353 | void 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 | |
| 4360 | bool CWallet::BackupWallet(const std::string& strDest) |
| 4361 | { |
no outgoing calls
no test coverage detected