MCPcopy Create free account
hub / github.com/ElementsProject/elements / statusUpdateNeeded

Method statusUpdateNeeded

src/qt/transactionrecord.cpp:290–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290bool TransactionRecord::statusUpdateNeeded(const uint256& block_hash) const
291{
292 assert(!block_hash.IsNull());
293 return status.m_cur_block_hash != block_hash || status.needsUpdate;
294}
295
296QString TransactionRecord::getTxHash() const
297{

Callers 1

indexMethod · 0.80

Calls 1

IsNullMethod · 0.45

Tested by

no test coverage detected