Searched refs:check_for_overwrite (Results 1 – 6 of 6) sorted by relevance
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/ |
H A D | coins.cpp | 108 void AddCoins(CCoinsViewCache& cache, const CTransaction &tx, int nHeight, bool check_for_overwrite… in AddCoins() argument 112 bool overwrite = check_for_overwrite ? cache.HaveCoin(COutPoint(txid, i)) : fCoinbase; in AddCoins()
|
/dports/net-p2p/bitcoin/bitcoin-22.0/src/ |
H A D | coins.cpp | 108 void AddCoins(CCoinsViewCache& cache, const CTransaction &tx, int nHeight, bool check_for_overwrite… in AddCoins() argument 112 bool overwrite = check_for_overwrite ? cache.HaveCoin(COutPoint(txid, i)) : fCoinbase; in AddCoins()
|
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/ |
H A D | coins.cpp | 108 void AddCoins(CCoinsViewCache& cache, const CTransaction &tx, int nHeight, bool check_for_overwrite… in AddCoins() argument 112 bool overwrite = check_for_overwrite ? cache.HaveCoin(COutPoint(txid, i)) : fCoinbase; in AddCoins()
|
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/ |
H A D | coins.cpp | 112 void AddCoins(CCoinsViewCache& cache, const CTransaction &tx, int nHeight, bool check_for_overwrite… in AddCoins() argument 116 bool overwrite = check_for_overwrite ? cache.HaveCoin(COutPoint(txid, i)) : fCoinbase; in AddCoins()
|
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/ |
H A D | coins.cpp | 112 void AddCoins(CCoinsViewCache& cache, const CTransaction &tx, int nHeight, bool check_for_overwrite… in AddCoins() argument 116 bool overwrite = check_for_overwrite ? cache.HaveCoin(COutPoint(txid, i)) : fCoinbase; in AddCoins()
|
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/ |
H A D | coins.cpp | 112 void AddCoins(CCoinsViewCache& cache, const CTransaction &tx, int nHeight, bool check_for_overwrite… in AddCoins() argument 116 bool overwrite = check_for_overwrite ? cache.HaveCoin(COutPoint(txid, i)) : fCoinbase; in AddCoins()
|