rgb-cln/channeld
Rusty Russell 4424b41c65 channeld: fix gcc warning on gcc 8.3.0 (Debian 8.3.0-6)
```
channeld/channeld.c:237:2: error: ‘shutdown_status’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
```

Reported-by: az0re on IRC
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-12-03 11:33:40 +01:00
..
test unittest: use common_setup / common_shutdown almost everywhere. 2020-12-02 12:55:09 +10:30
Makefile Makefile: unify generated files definition. 2020-10-22 12:14:34 +10:30
channeld.c channeld: fix gcc warning on gcc 8.3.0 (Debian 8.3.0-6) 2020-12-03 11:33:40 +01:00
channeld_htlc.h Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 2020-09-08 09:42:00 +09:30
channeld_wire.csv dual-fund: rework where we send our tx-sigs message, allow peers in 2020-10-21 09:04:32 +10:30
channeld_wiregen.c dual-fund: rework where we send our tx-sigs message, allow peers in 2020-10-21 09:04:32 +10:30
channeld_wiregen.h dual-fund: rework where we send our tx-sigs message, allow peers in 2020-10-21 09:04:32 +10:30
commit_tx.c doc: update BOLT now option_anchor_outputs is merged. 2020-08-24 20:55:47 +09:30
commit_tx.h option_anchor_outputs: wire into all the subdaemons. 2020-08-14 11:51:14 +09:30
full_channel.c Makefile: unify generated files definition. 2020-10-22 12:14:34 +10:30
full_channel.h channel_id: save to database, dont derive from funding_txid 2020-09-09 19:54:20 +09:30
full_channel_error.h Makefile: make check-includes check all the non-generated files. 2020-10-22 12:14:34 +10:30
watchtower.c hsmd: convert to new wire generation style. 2020-08-25 12:53:13 +09:30
watchtower.h channeld: pass in HSM_FD as an argument to watchtower code. 2020-05-07 11:35:31 +02:00