diff options
author | S3RK <1466284+S3RK@users.noreply.github.com> | 2021-06-28 21:37:53 +0200 |
---|---|---|
committer | S3RK <1466284+S3RK@users.noreply.github.com> | 2021-06-28 21:44:50 +0200 |
commit | 3efaf83c75cd8dc2fa084537b8ed6715fb58c04d (patch) | |
tree | 5cfbf5602d4d1379935bee09713a555bc4970b4a /src/wallet/walletdb.h | |
parent | 6737d9655bcf527afbd85d610d805a2d0fd28c4f (diff) |
wallet: deactivate descriptor
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r-- | src/wallet/walletdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h index e7b2d7d780..d740aaadb3 100644 --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -253,6 +253,7 @@ public: bool EraseDestData(const std::string &address, const std::string &key); bool WriteActiveScriptPubKeyMan(uint8_t type, const uint256& id, bool internal); + bool EraseActiveScriptPubKeyMan(uint8_t type, bool internal); DBErrors LoadWallet(CWallet* pwallet); DBErrors FindWalletTx(std::vector<uint256>& vTxHash, std::list<CWalletTx>& vWtx); |