| 98 | } |
| 99 | |
| 100 | bool WalletBatch::WriteKeyMetadata(const CKeyMetadata& meta, const CPubKey& pubkey, const bool overwrite) |
| 101 | { |
| 102 | return WriteIC(std::make_pair(DBKeys::KEYMETA, pubkey), meta, overwrite); |
| 103 | } |
| 104 | |
| 105 | bool WalletBatch::WriteKey(const CPubKey& vchPubKey, const CPrivKey& vchPrivKey, const CKeyMetadata& keyMeta) |
| 106 | { |
no outgoing calls
no test coverage detected