mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
wallet: re-run update-mocks.
Some functions have vanished in master, and it's confusing to see this change when we run `make update-mocks` later in the series. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
5ecf1abe5a
commit
1663b8d5d7
2 changed files with 0 additions and 6 deletions
|
@ -234,9 +234,6 @@ struct htlc_in *remove_htlc_in_by_dbid(struct htlc_in_map *remaining_htlcs_in UN
|
|||
/* Generated stub for rune_is_ours */
|
||||
const char *rune_is_ours(struct lightningd *ld UNNEEDED, const struct rune *rune UNNEEDED)
|
||||
{ fprintf(stderr, "rune_is_ours called!\n"); abort(); }
|
||||
/* Generated stub for rune_unique_id */
|
||||
u64 rune_unique_id(const struct rune *rune UNNEEDED)
|
||||
{ fprintf(stderr, "rune_unique_id called!\n"); abort(); }
|
||||
/* Generated stub for to_canonical_invstr */
|
||||
const char *to_canonical_invstr(const tal_t *ctx UNNEEDED, const char *invstring UNNEEDED)
|
||||
{ fprintf(stderr, "to_canonical_invstr called!\n"); abort(); }
|
||||
|
|
|
@ -687,9 +687,6 @@ void resolve_close_command(struct lightningd *ld UNNEEDED, struct channel *chann
|
|||
/* Generated stub for rune_is_ours */
|
||||
const char *rune_is_ours(struct lightningd *ld UNNEEDED, const struct rune *rune UNNEEDED)
|
||||
{ fprintf(stderr, "rune_is_ours called!\n"); abort(); }
|
||||
/* Generated stub for rune_unique_id */
|
||||
u64 rune_unique_id(const struct rune *rune UNNEEDED)
|
||||
{ fprintf(stderr, "rune_unique_id called!\n"); abort(); }
|
||||
/* Generated stub for serialize_onionpacket */
|
||||
u8 *serialize_onionpacket(
|
||||
const tal_t *ctx UNNEEDED,
|
||||
|
|
Loading…
Add table
Reference in a new issue