Skip to content

lightningd: fix format specifier for bitcoin_tx_weight in splice log.#9083

Merged
sangbida merged 1 commit intoElementsProject:masterfrom
sangbida:fix-splice-tx-weight-format
Apr 24, 2026
Merged

lightningd: fix format specifier for bitcoin_tx_weight in splice log.#9083
sangbida merged 1 commit intoElementsProject:masterfrom
sangbida:fix-splice-tx-weight-format

Conversation

@sangbida
Copy link
Copy Markdown
Collaborator

@sangbida sangbida commented Apr 24, 2026

Changelog-Fixed: Builds on linux/amd64 to push to Dockerhub

@sangbida sangbida force-pushed the fix-splice-tx-weight-format branch from aa10e86 to 836d6cb Compare April 24, 2026 02:15
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 Dockerhub
@sangbida sangbida force-pushed the fix-splice-tx-weight-format branch from 836d6cb to 987ba3f Compare April 24, 2026 02:15
@sangbida sangbida enabled auto-merge (rebase) April 24, 2026 03:39
@sangbida sangbida disabled auto-merge April 24, 2026 03:39
@sangbida sangbida merged commit a55585e into ElementsProject:master Apr 24, 2026
54 of 69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant