| 288 | } |
| 289 | |
| 290 | bool 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 | |
| 296 | QString TransactionRecord::getTxHash() const |
| 297 | { |