Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
233
bool TransactionRecord::statusUpdateNeeded(int numBlocks) const
234
{
235
return status.cur_num_blocks != numBlocks || status.needsUpdate;
236
}
237
238
QString TransactionRecord::getTxHash() const
239
{
Callers
1
index
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected