mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 06:44:24 +01:00
common: Add scb_wire for serializing the static_chan_backup
This commit is contained in:
@@ -90,6 +90,7 @@ LIGHTNINGD_COMMON_OBJS := \
|
||||
common/features.o \
|
||||
common/fee_states.o \
|
||||
common/peer_status_wiregen.o \
|
||||
common/scb_wiregen.o \
|
||||
common/status_levels.o \
|
||||
common/status_wiregen.o \
|
||||
common/hash_u5.o \
|
||||
|
||||
@@ -694,6 +694,9 @@ u8 *towire_onchaind_dev_memleak(const tal_t *ctx UNNEEDED)
|
||||
/* Generated stub for towire_openingd_dev_memleak */
|
||||
u8 *towire_openingd_dev_memleak(const tal_t *ctx UNNEEDED)
|
||||
{ fprintf(stderr, "towire_openingd_dev_memleak called!\n"); abort(); }
|
||||
/* Generated stub for towire_scb_chan */
|
||||
void towire_scb_chan(u8 **p UNNEEDED, const struct scb_chan *scb_chan UNNEEDED)
|
||||
{ fprintf(stderr, "towire_scb_chan called!\n"); abort(); }
|
||||
/* Generated stub for towire_warningfmt */
|
||||
u8 *towire_warningfmt(const tal_t *ctx UNNEEDED,
|
||||
const struct channel_id *channel UNNEEDED,
|
||||
|
||||
Reference in New Issue
Block a user