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

Function add_errors_to_error_list

connectd/connectd.c:938–942  ·  view source on GitHub ↗

add errors to error list */

Source from the content-addressed store, hash-verified

936
937/* add errors to error list */
938void add_errors_to_error_list(struct connecting *connect, const char *error)
939{
940 tal_append_fmt(&connect->errors,
941 "%s. ", error);
942}
943
944/*~ This is the destructor for the (unsuccessful) outgoing connection. We accumulate
945 * 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