FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix splice tx weight format by sangbida · Pull Request #9086 · ElementsProject/lightning · GitHub

Fix splice tx weight format - #9086

Merged
sangbida merged 2 commits into
ElementsProject:masterfrom
sangbida:fix-splice-tx-weight-format
Apr 24, 2026
Merged

Fix splice tx weight format#9086
sangbida merged 2 commits into
ElementsProject:masterfrom
sangbida:fix-splice-tx-weight-format

Conversation

sangbida commented Apr 24, 2026
edited
Loading

Copy link
Copy Markdown
Collaborator

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

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
Replaces %lu in channeld and spender splice calc_weight output so
format matches size_t;

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

madelinevibes left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM! ack 7756336

sangbida merged commit 6f4fd1b into ElementsProject:master Apr 24, 2026
84 of 100 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL