rgb-cln/connectd
Rusty Russell 6dab04ebd5 tools/generate-wire.py: include digits in #ifndef idempotent header.
Otherwise check complains that it's '#ifndef LIGHTNING_WIRE_BOLT_WIREGEN_H':

wire/bolt12_wiregen.h seems to be missing the expected include guard:
  #ifndef LIGHTNING_WIRE_BOLT12_WIREGEN_H
  #define LIGHTNING_WIRE_BOLT12_WIREGEN_H
  ...
  #endif /* LIGHTNING_WIRE_BOLT12_WIREGEN_H */

make: *** [Makefile:458: check-includes] Error 1

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-01-13 14:45:36 +01:00
..
test bitcoin/pubkey: add pubkey32 primitive for xonly pubkey types. 2020-12-09 16:40:13 +10:30
Makefile dualfund: rearrange things so that the wire-dependent calls are separate 2020-10-20 14:27:19 +10:30
connectd.c connectd: properly cleanup 'competing' outgoing connections 2020-11-16 20:00:51 -06:00
connectd.h
connectd_gossipd_wire.csv
connectd_gossipd_wiregen.c tools/generate-wire.py: include digits in #ifndef idempotent header. 2021-01-13 14:45:36 +01:00
connectd_gossipd_wiregen.h tools/generate-wire.py: include digits in #ifndef idempotent header. 2021-01-13 14:45:36 +01:00
connectd_wire.csv connectd: implement connection timeout (60 seconds). 2020-09-11 21:27:45 +09:30
connectd_wiregen.c tools/generate-wire.py: include digits in #ifndef idempotent header. 2021-01-13 14:45:36 +01:00
connectd_wiregen.h tools/generate-wire.py: include digits in #ifndef idempotent header. 2021-01-13 14:45:36 +01:00
handshake.c
handshake.h
netaddress.c connectd: add annotation and fix up formatting on connectd/netaddress.c 2020-12-07 14:26:52 +01:00
netaddress.h
peer_exchange_initmsg.c
peer_exchange_initmsg.h
tor.c
tor.h
tor_autoservice.c
tor_autoservice.h