mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
unit-test: update mocks
This commit is contained in:
parent
123166790f
commit
d30b1c8dc2
3 changed files with 2 additions and 5 deletions
|
@ -84,9 +84,6 @@ const char *log_level_name(enum log_level level UNNEEDED)
|
|||
bool log_level_parse(const char *levelstr UNNEEDED, size_t len UNNEEDED,
|
||||
enum log_level *level UNNEEDED)
|
||||
{ fprintf(stderr, "log_level_parse called!\n"); abort(); }
|
||||
/* Generated stub for node_id_to_hexstr */
|
||||
char *node_id_to_hexstr(const tal_t *ctx UNNEEDED, const struct node_id *id UNNEEDED)
|
||||
{ fprintf(stderr, "node_id_to_hexstr called!\n"); abort(); }
|
||||
/* Generated stub for notify_log */
|
||||
void notify_log(struct lightningd *ld UNNEEDED, const struct log_entry *l UNNEEDED)
|
||||
{ fprintf(stderr, "notify_log called!\n"); abort(); }
|
||||
|
|
|
@ -96,7 +96,7 @@ const char *htlc_state_name(enum htlc_state s UNNEEDED)
|
|||
{ fprintf(stderr, "htlc_state_name called!\n"); abort(); }
|
||||
/* Generated stub for is_asterix_notification */
|
||||
bool is_asterix_notification(const char *notification_name UNNEEDED,
|
||||
const char *subscriptions UNNEEDED)
|
||||
const char *subscriptions UNNEEDED)
|
||||
{ fprintf(stderr, "is_asterix_notification called!\n"); abort(); }
|
||||
/* Generated stub for json_get_id */
|
||||
const char *json_get_id(const tal_t *ctx UNNEEDED,
|
||||
|
|
|
@ -102,7 +102,7 @@ const char *htlc_state_name(enum htlc_state s UNNEEDED)
|
|||
{ fprintf(stderr, "htlc_state_name called!\n"); abort(); }
|
||||
/* Generated stub for is_asterix_notification */
|
||||
bool is_asterix_notification(const char *notification_name UNNEEDED,
|
||||
const char *subscriptions UNNEEDED)
|
||||
const char *subscriptions UNNEEDED)
|
||||
{ fprintf(stderr, "is_asterix_notification called!\n"); abort(); }
|
||||
/* Generated stub for json_get_id */
|
||||
const char *json_get_id(const tal_t *ctx UNNEEDED,
|
||||
|
|
Loading…
Add table
Reference in a new issue