| 7630 | } |
| 7631 | |
| 7632 | std::string CBlockFileInfo::ToString() const |
| 7633 | { |
| 7634 | return strprintf("CBlockFileInfo(blocks=%u, size=%u, heights=%u...%u, time=%s...%s)", nBlocks, nSize, nHeightFirst, nHeightLast, DateTimeStrFormat("%Y-%m-%d", nTimeFirst), DateTimeStrFormat("%Y-%m-%d", nTimeLast)); |
| 7635 | } |
| 7636 | |
| 7637 | int GetSpendHeight(const CCoinsViewCache& inputs) |
| 7638 | { |
no test coverage detected