Commit a55585e
committed
lightningd: fix format specifier for bitcoin_tx_weight in splice log.
bitcoin_tx_weight() returns size_t, so use %zu instead of %lu to avoid
a -Wformat error under -Werror on platforms where size_t != unsigned long.
Changelog-Fixed: Builds on linux/amd64 to push to Dockerhub1 parent 869ffc6 commit a55585e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
624 | | - | |
| 624 | + | |
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| |||
0 commit comments