| 193 | return m_wallet.EraseDestData(dest, key); |
| 194 | } |
| 195 | std::vector<std::string> getDestValues(const std::string& prefix) override |
| 196 | { |
| 197 | return m_wallet.GetDestValues(prefix); |
| 198 | } |
| 199 | void lockCoin(const COutPoint& output) override |
| 200 | { |
| 201 | LOCK2(cs_main, m_wallet.cs_wallet); |
no test coverage detected