MCPcopy Create free account
hub / github.com/ElementsProject/lightning / add_errors_to_error_list

Function add_errors_to_error_list

connectd/connectd.c:646–650  ·  view source on GitHub ↗

add errors to error list */

Source from the content-addressed store, hash-verified

644
645/* add errors to error list */
646void add_errors_to_error_list(struct connecting *connect, const char *error)
647{
648 tal_append_fmt(&connect->errors,
649 "%s. ", error);
650}
651
652/*~ This is the destructor for the (unsuccessful) outgoing connection. We accumulate
653 * the errors which occurred, so we can report to lightningd properly in case

Callers 3

destroy_io_connFunction · 0.85
connect_finishFunction · 0.85

Calls 1

tal_append_fmtFunction · 0.85

Tested by

no test coverage detected