MCPcopy Create free account
hub / github.com/ElementsProject/lightning / opt_set_peer_storage

Function opt_set_peer_storage

lightningd/options.c:1271–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1269}
1270
1271static 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
1279static char *opt_set_db_upgrade(const char *arg, struct lightningd *ld)
1280{

Callers

nothing calls this directly

Calls 1

opt_deprecated_okFunction · 0.85

Tested by

no test coverage detected