Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` plugins/keysend.c:136:47: error: format specifies type 'unsigned long' but the argument has type 'time_t' (aka 'int') [-Werror,-Wformat] ki->label = tal_fmt(ki, "keysend-%lu.%09lu", now.ts.tv_sec, now.ts.tv_nsec); ~~~ ^~~~~~~~~~~~~ %d ``` Changelog-None
- Loading branch information