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

Function new_log

wallet/test/run-wallet.c:926–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924 (db_begin_transaction(db), __VA_ARGS__, db_commit_transaction(db), wallet_err == NULL)
925
926struct log *new_log(const tal_t *ctx UNNEEDED, struct log_book *record UNNEEDED, const struct node_id *default_node_id UNNEEDED, const char *fmt UNNEEDED, ...)
927{
928 return NULL;
929}
930
931struct log_book *new_log_book(struct lightningd *ld UNNEEDED, size_t max_mem UNNEEDED)
932{

Callers 1

wallet_newFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected