| 924 | (db_begin_transaction(db), __VA_ARGS__, db_commit_transaction(db), wallet_err == NULL) |
| 925 | |
| 926 | struct 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 | |
| 931 | struct log_book *new_log_book(struct lightningd *ld UNNEEDED, size_t max_mem UNNEEDED) |
| 932 | { |