| 1261 | } |
| 1262 | |
| 1263 | static 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 | |
| 1271 | static char *opt_set_peer_storage(struct lightningd *ld) |
| 1272 | { |
nothing calls this directly
no test coverage detected