| 435 | } |
| 436 | |
| 437 | const char *csv_filename(const tal_t *ctx, const struct csv_fmt *fmt) |
| 438 | { |
| 439 | return tal_fmt(ctx, "cln_incomestmt_%s_%lu.csv", |
| 440 | fmt->fmt_name, |
| 441 | (unsigned long)clock_time().ts.tv_sec); |
| 442 | } |
| 443 | |
| 444 | static void cointrack_header(FILE *csvf) |
| 445 | { |
no test coverage detected