mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
This means some files get renamed, and I took the opportunity to clarify our naming (the *d* is important!) 1. channeld/channel_wire.csv -> channeld/channeld_wire.csv 2. channeld/gen_channel_wire.h -> channeld/channeld_wiregen.h 3. enum channel_wire_type -> enum channeld_wire 4. WIRE_CHANNEL_FUNDING_DEPTH -> WIRE_CHANNELD_FUNDING_DEPTH. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>