Files
lightning/common
Rusty Russell 02faadfb93 amount: make it work with gcc-4.8.
```
In file included from bitcoin/chainparams.h:7:0,from bitcoin/chainparams.c:1:
./common/amount.h:36:11: error: initializer element is not constant
((struct amount_sat){(constant) + AMOUNT_MUST_BE_CONST(constant)})
^
bitcoin/chainparams.c:20:21: note: in expansion of macro ‘AMOUNT_SAT’
.max_funding = AMOUNT_SAT((1 << 24) - 1),
^
./common/amount.h:36:11: error: (near initialization for ‘networks[0].max_funding’)
((struct amount_sat){(constant) + AMOUNT_MUST_BE_CONST(constant)})
^
bitcoin/chainparams.c:20:21: note: in expansion of macro ‘AMOUNT_SAT’
.max_funding = AMOUNT_SAT((1 << 24) - 1),
```

Fixes: #2404
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-02-27 23:12:50 +00:00
..
2019-02-27 23:12:50 +00:00
2018-11-02 05:58:01 +00:00
2019-02-21 03:44:44 +00:00
2019-01-17 13:02:24 +01:00
2019-01-17 13:02:24 +01:00
2018-01-29 04:46:54 +00:00
2018-02-08 22:49:34 +01:00
2019-02-21 08:01:37 +00:00
2019-01-29 04:50:01 +00:00
2019-01-15 12:01:38 +01:00
2019-01-15 12:01:38 +01:00
2018-08-05 02:03:58 +00:00
2019-01-17 13:02:24 +01:00
2018-12-05 23:15:59 +00:00
2019-01-15 12:01:38 +01:00
2019-02-22 11:15:24 -08:00
2019-02-22 11:15:24 -08:00
2018-06-18 12:31:09 +02:00