| 142 | return m_wallet->ChangeWalletPassphrase(old_wallet_passphrase, new_wallet_passphrase); |
| 143 | } |
| 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 |
no test coverage detected