if a default is possible it means values are optional

This commit is contained in:
fryorcraken 2025-09-10 15:33:44 +10:00
parent a3c37c1be1
commit 0004fff780
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -108,7 +108,7 @@ types:
type: option<NetworkConfig>
default: TheWakuNetworkPreset
store_confirmation:
type: bool
type: option<bool>
# Until further dogfooding, assuming default false, usage of SDS should be preferred
default: false
description: "No-payload store hash queries are made to confirm whether outbound messages were received by remote store node."