core-lightning/channeld
Rusty Russell 72b215f6fe Make all internal message numbers unique.
We were sending a channeld message to onchaind, which was v. confusing
due to overlap.  We make all the numbers distinct, which means we can
also add an assert() that it's valid for that daemon, which catches
such errors immediately.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-09-28 13:07:05 +09:30
..
channel_wire.csv Make all internal message numbers unique. 2017-09-28 13:07:05 +09:30
channel.c lightningd: dev-reenable-commit RPC command to re-enable commit timer. 2017-09-28 13:07:05 +09:30
channeld_htlc.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
commit_tx.c Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
commit_tx.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
full_channel.c channeld: don't allow NULL htlcmap for full_channel 2017-09-03 02:01:54 +02:00
full_channel.h channeld: don't allow NULL htlcmap for full_channel 2017-09-03 02:01:54 +02:00
Makefile Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00