| 239 | } |
| 240 | |
| 241 | bool WalletBatch::WriteDescriptor(const uint256& desc_id, const WalletDescriptor& descriptor) |
| 242 | { |
| 243 | return WriteIC(make_pair(DBKeys::WALLETDESCRIPTOR, desc_id), descriptor); |
| 244 | } |
| 245 | |
| 246 | bool WalletBatch::WriteDescriptorDerivedCache(const CExtPubKey& xpub, const uint256& desc_id, uint32_t key_exp_index, uint32_t der_index) |
| 247 | { |
no outgoing calls
no test coverage detected