core-lightning/onchaind
Rusty Russell a76a53a933 onchaind: fulfill HTLCs onchain.
When we see an offered HTLC onchain, we need to use the preimage if we
know it.  So we dump all the known HTLC preimages at startup, and send
new ones as we discover them.

This doesn't cover preimages we know because we're the final
recipient; that can happen if an HTLC hasn't been irrevocably
committed yet.  We'll do that in a followup patch.

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.c onchaind: fulfill HTLCs onchain. 2017-09-28 13:07:05 +09:30
onchain_types.h onchaind: fulfill HTLCs onchain. 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 status: use common status codes for all the failures. 2017-09-12 23:00:53 +02:00
onchain_wire.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00