MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetSpendsCoinbase

Method GetSpendsCoinbase

src/txmempool.h:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 CAmount GetModFeesWithDescendants() const { return nModFeesWithDescendants; }
159
160 bool GetSpendsCoinbase() const { return spendsCoinbase; }
161
162 uint64_t GetCountWithAncestors() const { return nCountWithAncestors; }
163 uint64_t GetSizeWithAncestors() const { return nSizeWithAncestors; }

Callers 1

removeForReorgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected