We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1800139 commit 2c7ceb8Copy full SHA for 2c7ceb8
lightningd/options.c
@@ -1081,9 +1081,11 @@ static char *opt_set_shutdown_wrong_funding(struct lightningd *ld)
1081
static char *opt_set_peer_storage(struct lightningd *ld)
1082
{
1083
feature_set_or(ld->our_features,
1084
- take(feature_set_for_feature(NULL, OPT_PROVIDE_PEER_BACKUP_STORAGE)));
+ take(feature_set_for_feature(NULL,
1085
+ OPTIONAL_FEATURE(OPT_PROVIDE_PEER_BACKUP_STORAGE))));
1086
- take(feature_set_for_feature(NULL, OPT_WANT_PEER_BACKUP_STORAGE)));
1087
1088
+ OPTIONAL_FEATURE(OPT_WANT_PEER_BACKUP_STORAGE))));
1089
return NULL;
1090
}
1091
0 commit comments