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

Method WasClearAtEntry

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

Source from the content-addressed store, hash-verified

141 size_t DynamicMemoryUsage() const { return nUsageSize; }
142 const LockPoints& GetLockPoints() const { return lockPoints; }
143 bool WasClearAtEntry() const { return hadNoDependencies; }
144 const CAmount& GetMinGasPrice() const { return nMinGasPrice; }
145
146 // Adjusts the descendant state, if this entry is not dirty.

Callers 2

processTransactionMethod · 0.80
processBlockTxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected