| 824 | } |
| 825 | |
| 826 | bool ReadKeyValue(CWallet* pwallet, CDataStream& ssKey, CDataStream& ssValue, std::string& strType, std::string& strErr, const KeyFilterFn& filter_fn) |
| 827 | { |
| 828 | CWalletScanState dummy_wss; |
| 829 | LOCK(pwallet->cs_wallet); |
| 830 | return ReadKeyValue(pwallet, ssKey, ssValue, dummy_wss, strType, strErr, filter_fn); |
| 831 | } |
| 832 | |
| 833 | bool WalletBatch::IsKeyType(const std::string& strType) |
| 834 | { |
no outgoing calls
no test coverage detected