MCPcopy Create free account
hub / github.com/ElementsProject/elements / abortRescan

Method abortRescan

src/wallet/interfaces.cpp:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

showProgressMethod · 0.80

Calls 1

AbortRescanMethod · 0.80

Tested by

no test coverage detected