mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +01:00
wallet/test: regenerate mocks to fix build.
Somehow broke in a rebase. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
0a5ef7f2e6
commit
a0f4eb9a22
2 changed files with 6 additions and 0 deletions
|
@ -234,6 +234,9 @@ 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,6 +687,9 @@ 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