| 213 | } |
| 214 | |
| 215 | bool WalletBatch::EraseActiveScriptPubKeyMan(uint8_t type, bool internal) |
| 216 | { |
| 217 | const std::string key{internal ? DBKeys::ACTIVEINTERNALSPK : DBKeys::ACTIVEEXTERNALSPK}; |
| 218 | return EraseIC(make_pair(key, type)); |
| 219 | } |
| 220 | |
| 221 | bool WalletBatch::WriteDescriptorKey(const uint256& desc_id, const CPubKey& pubkey, const CPrivKey& privkey) |
| 222 | { |
no outgoing calls
no test coverage detected