Browse Source

test/run-cryptomsg.c: move out of lightningd/ into common/

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
fee-tracking2
Rusty Russell 7 years ago
parent
commit
d1552bd1eb
  1. 4
      common/test/run-cryptomsg.c

4
lightningd/test/run-cryptomsg.c → common/test/run-cryptomsg.c

@ -69,7 +69,9 @@ enum dev_disconnect dev_disconnect(int pkt_type UNUSED)
/* We test what look like unknown messages. */
#define is_unknown_msg_discardable(x) 0
#include "../../common/cryptomsg.c"
#define fromwire_peektype(msg) 0
#include "../cryptomsg.c"
const void *trc;
Loading…
Cancel
Save