Home
last modified time | relevance | path

Searched refs:EraseActiveScriptPubKeyMan (Results 1 – 9 of 9) sorted by relevance

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dwalletdb.h258 bool EraseActiveScriptPubKeyMan(uint8_t type, bool internal);
H A Dwalletdb.cpp213 bool WalletBatch::EraseActiveScriptPubKeyMan(uint8_t type, bool internal)
H A Dwallet.cpp3202 if (!batch.EraseActiveScriptPubKeyMan(static_cast<uint8_t>(type), internal)) {
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dwalletdb.h258 bool EraseActiveScriptPubKeyMan(uint8_t type, bool internal);
H A Dwalletdb.cpp213 bool WalletBatch::EraseActiveScriptPubKeyMan(uint8_t type, bool internal) in EraseActiveScriptPubKeyMan() function in WalletBatch
H A Dwallet.cpp3202 if (!batch.EraseActiveScriptPubKeyMan(static_cast<uint8_t>(type), internal)) {
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dwalletdb.h258 bool EraseActiveScriptPubKeyMan(uint8_t type, bool internal);
H A Dwalletdb.cpp213 bool WalletBatch::EraseActiveScriptPubKeyMan(uint8_t type, bool internal) in EraseActiveScriptPubKeyMan() function in WalletBatch
H A Dwallet.cpp3202 if (!batch.EraseActiveScriptPubKeyMan(static_cast<uint8_t>(type), internal)) { in DeactivateScriptPubKeyMan()