core-lightning/onchaind
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
..
Makefile Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
onchain_types.h onchain: implement penalty transaction. 2017-09-28 13:07:05 +09:30
onchain_wire.c Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
onchain_wire.csv Make all internal message numbers unique. 2017-09-28 13:07:05 +09:30
onchain_wire.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
onchain.c onchaind: update bolt #5, and implement failure of timed-out onchain HTLCs. 2017-09-28 13:07:05 +09:30