mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
981ffb83f7
Some paths (eg reconnect) were unconditionally sending a channel_update. valgrind wasn't catching it because we unmarshal short_channel_ids[LOCAL] as all-zeroes, so it's technically "initialized". Create a wrapper to do this, and change the 'bool disabled' flag to be the explicit disable flag value for clarity. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
test | ||
channel_wire.csv | ||
channel.c | ||
channeld_htlc.h | ||
commit_tx.c | ||
commit_tx.h | ||
full_channel_error.h | ||
full_channel.c | ||
full_channel.h | ||
Makefile |