| 182 | return result; |
| 183 | } |
| 184 | void learnRelatedScripts(const CPubKey& key, OutputType type) override { m_wallet.LearnRelatedScripts(key, type); } |
| 185 | bool addDestData(const CTxDestination& dest, const std::string& key, const std::string& value) override |
| 186 | { |
| 187 | LOCK(m_wallet.cs_wallet); |
no test coverage detected