wire: move towire/fromwire_short_channel_id out to bitcoin/short_channel_id.c

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2020-05-15 20:02:43 +09:30
committed by Christian Decker
parent 13356b75bf
commit 197d1bcef2
25 changed files with 200 additions and 37 deletions

View File

@@ -1,5 +1,6 @@
#include <ccan/cast/cast.h>
#include <common/onionreply.h>
#include <common/utils.h>
#include <wire/wire.h>
void towire_onionreply(u8 **cursor, const struct onionreply *r)