| 6355 | } |
| 6356 | |
| 6357 | void wallet_datastore_create(struct wallet *w, const char **key, const u8 *data) |
| 6358 | { |
| 6359 | db_datastore_create(w->db, key, data); |
| 6360 | } |
| 6361 | |
| 6362 | static void db_datastore_remove(struct db *db, const char **key) |
| 6363 | { |
no test coverage detected