Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing the following error by adding the number of items in 'enum feerate' to the end of it. lightningd/bitcoind.c:183:29: error: result of comparison of constant 8 with expression of type 'enum feerate' is always true [-Werror, -Wtautological-constant-out-of-range-compare] for (enum feerate f = 0; f < NUM_FEERATES; f++) { ~ ^ ~~~~~~~~~~~~ Changelog-Fixed: compile error on macos
- Loading branch information