core-lightning/lightningd/test
Rusty Russell 7fad7bccba common/amount: new types struct amount_msat and struct amount_sat.
They're generally used pass-by-copy (unusual for C structs, but
convenient they're basically u64) and all possibly problematic
operations return WARN_UNUSED_RESULT bool to make you handle the
over/underflow cases.

The new #include in json.h means we bolt11.c sees the amount.h definition
of MSAT_PER_BTC, so delete its local version.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-02-21 00:44:57 +00:00
..
Makefile Move json and param core functionality into common, for plugins. 2018-12-10 00:00:50 +00:00
run-find_my_abspath.c common/amount: new types struct amount_msat and struct amount_sat. 2019-02-21 00:44:57 +00:00
run-invoice-select-inchan.c json: Add utility to add a null-member 2019-02-20 15:37:59 +01:00
run-jsonrpc.c lightningd: re-enable IO logging for JSON output. 2019-02-21 00:44:57 +00:00