Home
last modified time | relevance | path

Searched refs:InMempool (Results 1 – 25 of 75) sorted by relevance

123

/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dtransaction.cpp16 bool CWalletTx::InMempool() const in InMempool() function in CWalletTx
H A Dreceive.cpp286 if (!wtx.InMempool()) return false; in IsTrusted()
331 if (!is_trusted && tx_depth == 0 && wtx.InMempool()) { in GetBalance()
H A Dtransaction.h296 bool InMempool() const;
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dtransaction.cpp16 bool CWalletTx::InMempool() const in InMempool() function in CWalletTx
H A Dreceive.cpp286 if (!wtx.InMempool()) return false;
331 if (!is_trusted && tx_depth == 0 && wtx.InMempool()) {
H A Dtransaction.h296 bool InMempool() const;
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dtransaction.cpp16 bool CWalletTx::InMempool() const in InMempool() function in CWalletTx
H A Dreceive.cpp286 if (!wtx.InMempool()) return false; in IsTrusted()
331 if (!is_trusted && tx_depth == 0 && wtx.InMempool()) { in GetBalance()
H A Dtransaction.h296 bool InMempool() const;
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.cpp935 if (origtx.GetDepthInMainChain() > 0 || origtx.InMempool()) { in AbandonTransaction()
953 assert(!wtx.InMempool()); in AbandonTransaction()
1457 if (InMempool() || AcceptToMemoryPool(false, maxTxFee, state)) { in RelayWalletTransaction()
1638 bool CWalletTx::InMempool() const in InMempool() function in CWalletTx
1661 if (!InMempool()) in IsTrusted()
1769 if (!pcoin->IsTrusted() && pcoin->GetDepthInMainChain() == 0 && pcoin->InMempool()) in GetUnconfirmedBalance()
1814 if (!pcoin->IsTrusted() && pcoin->GetDepthInMainChain() == 0 && pcoin->InMempool()) in GetUnconfirmedWatchOnlyBalance()
1861 if (nDepth == 0 && !pcoin->InMempool()) in AvailableCoins()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.cpp935 if (origtx.GetDepthInMainChain() > 0 || origtx.InMempool()) { in AbandonTransaction()
953 assert(!wtx.InMempool()); in AbandonTransaction()
1457 if (InMempool() || AcceptToMemoryPool(false, maxTxFee, state)) { in RelayWalletTransaction()
1638 bool CWalletTx::InMempool() const in InMempool() function in CWalletTx
1661 if (!InMempool()) in IsTrusted()
1769 if (!pcoin->IsTrusted() && pcoin->GetDepthInMainChain() == 0 && pcoin->InMempool()) in GetUnconfirmedBalance()
1814 if (!pcoin->IsTrusted() && pcoin->GetDepthInMainChain() == 0 && pcoin->InMempool()) in GetUnconfirmedWatchOnlyBalance()
1861 if (nDepth == 0 && !pcoin->InMempool()) in AvailableCoins()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.cpp935 if (origtx.GetDepthInMainChain() > 0 || origtx.InMempool()) { in AbandonTransaction()
953 assert(!wtx.InMempool()); in AbandonTransaction()
1457 if (InMempool() || AcceptToMemoryPool(false, maxTxFee, state)) { in RelayWalletTransaction()
1638 bool CWalletTx::InMempool() const in InMempool() function in CWalletTx
1661 if (!InMempool()) in IsTrusted()
1769 if (!pcoin->IsTrusted() && pcoin->GetDepthInMainChain() == 0 && pcoin->InMempool()) in GetUnconfirmedBalance()
1814 if (!pcoin->IsTrusted() && pcoin->GetDepthInMainChain() == 0 && pcoin->InMempool()) in GetUnconfirmedWatchOnlyBalance()
1861 if (nDepth == 0 && !pcoin->InMempool()) in AvailableCoins()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/qt/
H A Dtransactiondesc.cpp42 …return tr("0/unconfirmed, %1").arg((wtx.InMempool() ? tr("in memory pool") : tr("not in memory poo… in FormatTxStatus()
H A Dwalletmodel.cpp676 if (!wtx || wtx->isAbandoned() || wtx->GetDepthInMainChain() > 0 || wtx->InMempool()) in transactionCanBeAbandoned()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/qt/
H A Dtransactiondesc.cpp42 …return tr("0/unconfirmed, %1").arg((wtx.InMempool() ? tr("in memory pool") : tr("not in memory poo… in FormatTxStatus()
H A Dwalletmodel.cpp676 if (!wtx || wtx->isAbandoned() || wtx->GetDepthInMainChain() > 0 || wtx->InMempool()) in transactionCanBeAbandoned()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/qt/
H A Dtransactiondesc.cpp42 …return tr("0/unconfirmed, %1").arg((wtx.InMempool() ? tr("in memory pool") : tr("not in memory poo… in FormatTxStatus()
H A Dwalletmodel.cpp676 if (!wtx || wtx->isAbandoned() || wtx->GetDepthInMainChain() > 0 || wtx->InMempool()) in transactionCanBeAbandoned()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dwallet.cpp1096 …rn wtx && !wtx->isAbandoned() && wtx->GetDepthInMainChain(*locked_chain) == 0 && !wtx->InMempool(); in TransactionCanBeAbandoned()
1123 if (origtx.GetDepthInMainChain(locked_chain) != 0 || origtx.InMempool()) { in AbandonTransaction()
1142 assert(!wtx.InMempool()); in AbandonTransaction()
1898 if (InMempool() || AcceptToMemoryPool(locked_chain, maxTxFee, state)) { in RelayWalletTransaction()
2069 bool CWalletTx::InMempool() const in InMempool() function in CWalletTx
2090 if (!InMempool()) in IsTrusted()
2203 …->IsTrusted(*locked_chain) && pcoin->GetDepthInMainChain(*locked_chain) == 0 && pcoin->InMempool()) in GetUnconfirmedBalance()
2234 …->IsTrusted(*locked_chain) && pcoin->GetDepthInMainChain(*locked_chain) == 0 && pcoin->InMempool()) in GetUnconfirmedWatchOnlyBalance()
2338 if (nDepth == 0 && !pcoin->InMempool()) in AvailableCoins()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dwallet.cpp1096 …rn wtx && !wtx->isAbandoned() && wtx->GetDepthInMainChain(*locked_chain) == 0 && !wtx->InMempool(); in TransactionCanBeAbandoned()
1123 if (origtx.GetDepthInMainChain(locked_chain) != 0 || origtx.InMempool()) { in AbandonTransaction()
1142 assert(!wtx.InMempool()); in AbandonTransaction()
1898 if (InMempool() || AcceptToMemoryPool(locked_chain, maxTxFee, state)) { in RelayWalletTransaction()
2069 bool CWalletTx::InMempool() const in InMempool() function in CWalletTx
2090 if (!InMempool()) in IsTrusted()
2203 …->IsTrusted(*locked_chain) && pcoin->GetDepthInMainChain(*locked_chain) == 0 && pcoin->InMempool()) in GetUnconfirmedBalance()
2234 …->IsTrusted(*locked_chain) && pcoin->GetDepthInMainChain(*locked_chain) == 0 && pcoin->InMempool()) in GetUnconfirmedWatchOnlyBalance()
2338 if (nDepth == 0 && !pcoin->InMempool()) in AvailableCoins()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dwallet.cpp1096 …rn wtx && !wtx->isAbandoned() && wtx->GetDepthInMainChain(*locked_chain) == 0 && !wtx->InMempool(); in TransactionCanBeAbandoned()
1123 if (origtx.GetDepthInMainChain(locked_chain) != 0 || origtx.InMempool()) { in AbandonTransaction()
1142 assert(!wtx.InMempool()); in AbandonTransaction()
1898 if (InMempool() || AcceptToMemoryPool(locked_chain, maxTxFee, state)) { in RelayWalletTransaction()
2069 bool CWalletTx::InMempool() const in InMempool() function in CWalletTx
2090 if (!InMempool()) in IsTrusted()
2203 …->IsTrusted(*locked_chain) && pcoin->GetDepthInMainChain(*locked_chain) == 0 && pcoin->InMempool()) in GetUnconfirmedBalance()
2234 …->IsTrusted(*locked_chain) && pcoin->GetDepthInMainChain(*locked_chain) == 0 && pcoin->InMempool()) in GetUnconfirmedWatchOnlyBalance()
2338 if (nDepth == 0 && !pcoin->InMempool()) in AvailableCoins()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/interfaces/
H A Dwallet.cpp314 in_mempool = it->second.InMempool(); in TokenTxStatus()
574 in_mempool = mi->second.InMempool(); in getWalletTxDetails()
1052 details.w_create_in_mempool = wtx->InMempool(); in getDelegationDetails()
1062 details.w_remove_in_mempool = wtx->InMempool(); in getDelegationDetails()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp1033 return wtx && !wtx->isAbandoned() && wtx->GetDepthInMainChain() == 0 && !wtx->InMempool(); in TransactionCanBeAbandoned()
1059 if (origtx.GetDepthInMainChain() != 0 || origtx.InMempool()) { in AbandonTransaction()
1078 assert(!wtx.InMempool()); in AbandonTransaction()
2036 bool CWalletTx::InMempool() const in InMempool() function in CWalletTx
2060 if (!wtx.InMempool()) return false; in IsTrusted()
2168 if (!is_trusted && tx_depth == 0 && wtx.InMempool()) { in GetBalance()
2225 if (nDepth == 0 && !wtx.InMempool()) in AvailableCoins()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp1033 return wtx && !wtx->isAbandoned() && wtx->GetDepthInMainChain() == 0 && !wtx->InMempool(); in TransactionCanBeAbandoned()
1059 if (origtx.GetDepthInMainChain() != 0 || origtx.InMempool()) { in AbandonTransaction()
1078 assert(!wtx.InMempool()); in AbandonTransaction()
2036 bool CWalletTx::InMempool() const in InMempool() function in CWalletTx
2060 if (!wtx.InMempool()) return false; in IsTrusted()
2168 if (!is_trusted && tx_depth == 0 && wtx.InMempool()) { in GetBalance()
2225 if (nDepth == 0 && !wtx.InMempool()) in AvailableCoins()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp1033 return wtx && !wtx->isAbandoned() && wtx->GetDepthInMainChain() == 0 && !wtx->InMempool(); in TransactionCanBeAbandoned()
1059 if (origtx.GetDepthInMainChain() != 0 || origtx.InMempool()) { in AbandonTransaction()
1078 assert(!wtx.InMempool()); in AbandonTransaction()
2036 bool CWalletTx::InMempool() const in InMempool() function in CWalletTx
2060 if (!wtx.InMempool()) return false; in IsTrusted()
2168 if (!is_trusted && tx_depth == 0 && wtx.InMempool()) { in GetBalance()
2225 if (nDepth == 0 && !wtx.InMempool()) in AvailableCoins()

123