| 144 | void abortRescan() override { m_wallet->AbortRescan(); } |
| 145 | bool backupWallet(const std::string& filename) override { return m_wallet->BackupWallet(filename); } |
| 146 | std::string getWalletName() override { return m_wallet->GetName(); } |
| 147 | bool getNewDestination(const OutputType type, const std::string label, CTxDestination& dest, bool add_blinding_key = false) override |
| 148 | { |
| 149 | LOCK(m_wallet->cs_wallet); |