rgb-cln/lightningd/handshake
Rusty Russell ccff3ac437 lightningd/funding_tx: fill in scriptsigs for p2sh UTXOs.
This is a bit tricky: for our signing code, we don't want scriptsigs,
but to calculate the txid, we need them.  For most transactions in lightning,
they're pure segwit so it doesn't matter, but funding transactions can
have P2SH-wrapped P2WPKH inputs.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-03-07 11:31:55 +10:30
..
test lightningd/funding_tx: fill in scriptsigs for p2sh UTXOs. 2017-03-07 11:31:55 +10:30
Makefile lightningd/funding_tx: fill in scriptsigs for p2sh UTXOs. 2017-03-07 11:31:55 +10:30
handshake.c Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
handshake_control_wire_csv lightningd/handshake: simple daemon to do BOLT 8 crypto handshake. 2017-01-10 15:38:33 +10:30
handshake_status_wire_csv lightningd/handshake: rename WIRE_BAD_COMMAND to WIRE_HANDSHAKE_BAD_COMMAND 2017-02-24 16:22:56 +10:30