Browse Source
``` 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-Nonepaymod-01
Vasil Dimov
5 years ago
committed by
ZmnSCPxj, ZmnSCPxj jxPCSmnZ
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue