| 146 | } |
| 147 | |
| 148 | static const char **ds_path(const tal_t *ctx, const char *acctname) |
| 149 | { |
| 150 | return mkdatastorekey(ctx, "bookkeeper", "account", acctname); |
| 151 | } |
| 152 | |
| 153 | static void account_datastore_set(struct command *cmd, |
| 154 | const struct account *acct, |
no outgoing calls
no test coverage detected