rgb-cln/lightningd/handshake
Rusty Russell e042198cf8 tools/generate-wire.py: allow typename instead of type sizes.
We use the fourth value (size) to determine the type, unless the fifth
value is suppled.  That's silly: allow the fourth value to be a typename,
since that's the only reason we care about the size at all!

Unfortunately there are places in the spec where we use a raw fieldname
without '*1' for a length, so we have to distingish this from the
typename case.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-03-16 14:35:25 +10:30
..
test lightningd/funding_tx: fill in scriptsigs for p2sh UTXOs. 2017-03-07 11:31:55 +10:30
Makefile lightningd/handshake: convert to subd. 2017-03-11 07:19:41 +10:30
handshake.c lightningd/handshake: convert to subd. 2017-03-11 07:19:41 +10:30
handshake_wire.csv tools/generate-wire.py: allow typename instead of type sizes. 2017-03-16 14:35:25 +10:30