core-lightning/channeld
Rusty Russell c3cb7f1c85 channeld: don't assert that we're expecting revoke_and_ack.
We can have it happen on reconnect due to fee changes; we should really
detect this case, but it's harmless to let it happen as a noop.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-11-23 12:40:32 +01:00
..
test channeld: track feerates. 2017-11-23 12:40:32 +01:00
channel_wire.csv channeld: handle incoming feerate changes. 2017-11-23 12:40:32 +01:00
channel.c channeld: don't assert that we're expecting revoke_and_ack. 2017-11-23 12:40:32 +01:00
channeld_htlc.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
commit_tx.c feerate: use u32 everywhere. 2017-11-23 12:40:32 +01:00
commit_tx.h feerate: use u32 everywhere. 2017-11-23 12:40:32 +01:00
full_channel.c channeld: don't assert that we're expecting revoke_and_ack. 2017-11-23 12:40:32 +01:00
full_channel.h channeld: implement approx_max_feerate. 2017-11-23 12:40:32 +01:00
Makefile crypto_state: move to its own file. 2017-10-20 18:31:32 +02:00