|
|
@ -241,8 +241,9 @@ bool json_tok_pubkey(struct command *cmd UNNEEDED, const char *name UNNEEDED, |
|
|
|
struct pubkey **pubkey UNNEEDED) |
|
|
|
{ fprintf(stderr, "json_tok_pubkey called!\n"); abort(); } |
|
|
|
/* Generated stub for json_tok_short_channel_id */ |
|
|
|
bool json_tok_short_channel_id(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
|
|
|
struct short_channel_id *scid UNNEEDED) |
|
|
|
bool json_tok_short_channel_id(struct command *cmd UNNEEDED, const char *name UNNEEDED, |
|
|
|
const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
|
|
|
struct short_channel_id **scid UNNEEDED) |
|
|
|
{ fprintf(stderr, "json_tok_short_channel_id called!\n"); abort(); } |
|
|
|
/* Generated stub for json_tok_tok */ |
|
|
|
bool json_tok_tok(struct command *cmd UNNEEDED, const char *name UNNEEDED, |
|
|
@ -253,6 +254,10 @@ bool json_tok_tok(struct command *cmd UNNEEDED, const char *name UNNEEDED, |
|
|
|
bool json_to_pubkey(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
|
|
|
struct pubkey *pubkey UNNEEDED) |
|
|
|
{ fprintf(stderr, "json_to_pubkey called!\n"); abort(); } |
|
|
|
/* Generated stub for json_to_short_channel_id */ |
|
|
|
bool json_to_short_channel_id(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
|
|
|
struct short_channel_id *scid UNNEEDED) |
|
|
|
{ fprintf(stderr, "json_to_short_channel_id called!\n"); abort(); } |
|
|
|
/* Generated stub for kill_uncommitted_channel */ |
|
|
|
void kill_uncommitted_channel(struct uncommitted_channel *uc UNNEEDED, |
|
|
|
const char *why UNNEEDED) |
|
|
|