| 6401 | } |
| 6402 | |
| 6403 | u8 *wallet_datastore_get(const tal_t *ctx, |
| 6404 | struct wallet *w, |
| 6405 | const char **key, |
| 6406 | u64 *generation) |
| 6407 | { |
| 6408 | return db_datastore_get(ctx, w->db, key, generation); |
| 6409 | } |
| 6410 | |
| 6411 | struct db_stmt *wallet_datastore_first(const tal_t *ctx, |
| 6412 | struct wallet *w, |
no test coverage detected