| 1269 | } |
| 1270 | |
| 1271 | static char *opt_set_peer_storage(struct lightningd *ld) |
| 1272 | { |
| 1273 | if (!opt_deprecated_ok(ld, "experimental-peer-storage", NULL, |
| 1274 | "v25.05", "v25.12")) |
| 1275 | return "--experimental-peer-storage is now enabled by default"; |
| 1276 | return NULL; |
| 1277 | } |
| 1278 | |
| 1279 | static char *opt_set_db_upgrade(const char *arg, struct lightningd *ld) |
| 1280 | { |
nothing calls this directly
no test coverage detected