| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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
There was a problem hiding this comment.
LGTM! ack 7756336
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Changelog-Fixed: Builds on linux/amd64 to push to Dockerhub