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

Function opt_set_shutdown_wrong_funding

lightningd/options.c:1263–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1261}
1262
1263static char *opt_set_shutdown_wrong_funding(struct lightningd *ld)
1264{
1265 feature_set_or(ld->our_features,
1266 take(feature_set_for_feature(NULL,
1267 OPTIONAL_FEATURE(OPT_SHUTDOWN_WRONG_FUNDING))));
1268 return NULL;
1269}
1270
1271static char *opt_set_peer_storage(struct lightningd *ld)
1272{

Callers

nothing calls this directly

Calls 2

feature_set_orFunction · 0.85
feature_set_for_featureFunction · 0.85

Tested by

no test coverage detected