| 526 | } |
| 527 | |
| 528 | void CWallet::chainStateFlushed(const CBlockLocator& loc) |
| 529 | { |
| 530 | WalletBatch batch(GetDatabase()); |
| 531 | batch.WriteBestBlock(loc); |
| 532 | } |
| 533 | |
| 534 | void CWallet::SetMinVersion(enum WalletFeature nVersion, WalletBatch* batch_in) |
| 535 | { |
no test coverage detected