core-lightning/channeld
Michael Schmoock 5d0390f637 json: add cmd setchannelfee and wire to channeld
* adds the channeld_specific_feerates wire message 1029
* adds a json command handler
* adds u32 access methods for amount_msat
2019-03-15 02:48:18 +00:00
..
test channeld: use amount_msat for struct htlc amount. 2019-02-21 08:01:37 +00:00
channel_wire.csv json: add cmd setchannelfee and wire to channeld 2019-03-15 02:48:18 +00:00
channeld_htlc.h channeld: use amount_msat for struct htlc amount. 2019-02-21 08:01:37 +00:00
channeld.c json: add cmd setchannelfee and wire to channeld 2019-03-15 02:48:18 +00:00
commit_tx.c Makefile: check for direct amount_sat/amount_msat access. 2019-02-21 08:01:37 +00:00
commit_tx.h commit_tx & htlc_tx: use amount_sat/amount_msat. 2019-02-21 08:01:37 +00:00
full_channel_error.h channeld: map htlc add/remove errors to names. 2018-02-19 02:56:51 +00:00
full_channel.c Makefile: check for direct amount_sat/amount_msat access. 2019-02-21 08:01:37 +00:00
full_channel.h channeld: use amount_msat for struct htlc amount. 2019-02-21 08:01:37 +00:00
Makefile common/amount: new types struct amount_msat and struct amount_sat. 2019-02-21 00:44:57 +00:00