MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetSpendsCoinbase

Method GetSpendsCoinbase

src/kernel/mempool_entry.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 bool GetSpendsCoinbase() const { return spendsCoinbase; }
137
138 mutable size_t idx_randomized; //!< Index in mempool's txns_randomized
139};

Callers 3

rbf.cppFile · 0.80
TryAddToMempoolFunction · 0.80

Calls

no outgoing calls

Tested by 1

TryAddToMempoolFunction · 0.64