| 164 | } |
| 165 | |
| 166 | std::string CBlockFileInfo::ToString() const |
| 167 | { |
| 168 | return strprintf("CBlockFileInfo(blocks=%u, size=%u, heights=%u...%u, time=%s...%s)", nBlocks, nSize, nHeightFirst, nHeightLast, FormatISO8601Date(nTimeFirst), FormatISO8601Date(nTimeLast)); |
| 169 | } |
| 170 | } // namespace kernel |
| 171 | |
| 172 | namespace node { |
no test coverage detected