| 175 | } |
| 176 | |
| 177 | static const char **ds_ofee_path(const tal_t *ctx, const char *acctname TAKES) |
| 178 | { |
| 179 | return mkdatastorekey(ctx, "bookkeeper", "onchain_fee", acctname); |
| 180 | } |
| 181 | |
| 182 | static void onchain_fee_datastore_add(struct command *cmd, |
| 183 | const struct onchain_fee *of) |
no outgoing calls
no test coverage detected