mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
test/run-cryptomsg.c: move out of lightningd/ into common/
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
dfaaa09bc6
commit
d1552bd1eb
@ -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…
Reference in New Issue
Block a user