core-lightning/openingd
Antoine Poinsot 4b4fe2f4fb dual-openingd: msg_type should be dualopend_wire not u8
clang did the hard work here:

openingd/dualopend.c:958:42: error: result of comparison of constant 'WIRE_DUAL_OPEN_FAIL' (7003) with expression of type 'u8' (aka 'unsigned char') is always false
      [-Werror,-Wtautological-constant-out-of-range-compare]
        if ((msg_type = fromwire_peektype(msg)) == WIRE_DUAL_OPEN_FAIL) {
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~

Co-Authored-by: the clang compiler
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2020-09-23 13:46:02 +09:30
..
common.c openingd: pull out check_configs into a common place 2020-09-09 19:54:20 +09:30
common.h openingd: pull out check_configs into a common place 2020-09-09 19:54:20 +09:30
dual_fund_roles.h dualopend: new dualopend daemon, containing most of accepter side 2020-09-09 19:54:20 +09:30
dualopend_wire.csv dualopend: new dualopend daemon, containing most of accepter side 2020-09-09 19:54:20 +09:30
dualopend_wiregen.c update SHA256STAMPs using sorted dependencies 2020-09-17 10:23:40 +09:30
dualopend_wiregen.h update SHA256STAMPs using sorted dependencies 2020-09-17 10:23:40 +09:30
dualopend.c dual-openingd: msg_type should be dualopend_wire not u8 2020-09-23 13:46:02 +09:30
Makefile build: exclude dualopend from non-experimental builds 2020-09-09 19:54:20 +09:30
openingd_wire.csv openingd: convert wire to new scheme. 2020-08-25 12:53:13 +09:30
openingd_wiregen.c update SHA256STAMPs using sorted dependencies 2020-09-17 10:23:40 +09:30
openingd_wiregen.h update SHA256STAMPs using sorted dependencies 2020-09-17 10:23:40 +09:30
openingd.c openingd: pull out check_configs into a common place 2020-09-09 19:54:20 +09:30