Browse Source
Fixing the following error by changing 'enum feerate' to int. 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 macosbump-pyln-proto
Moller40
4 years ago
committed by
Rusty Russell
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue