| 79 | } |
| 80 | |
| 81 | void ModalOverlay::setKnownBestHeight(int count, const QDateTime& blockDate) |
| 82 | { |
| 83 | if (count > bestHeaderHeight) { |
| 84 | bestHeaderHeight = count; |
| 85 | bestHeaderDate = blockDate; |
| 86 | UpdateHeaderSyncLabel(); |
| 87 | } |
| 88 | } |
| 89 | |
| 90 | void ModalOverlay::tipUpdate(int count, const QDateTime& blockDate, double nVerificationProgress) |
| 91 | { |
no outgoing calls
no test coverage detected