MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / statusUpdateNeeded

Method statusUpdateNeeded

src/qt/transactionrecord.cpp:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233bool TransactionRecord::statusUpdateNeeded(int numBlocks) const
234{
235 return status.cur_num_blocks != numBlocks || status.needsUpdate;
236}
237
238QString TransactionRecord::getTxHash() const
239{

Callers 1

indexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected