From 0004fff78083a24a4e1f939775935470e03f92eb Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Wed, 10 Sep 2025 15:33:44 +1000 Subject: [PATCH] if a default is possible it means values are optional --- standards/application/waku-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/waku-api.md b/standards/application/waku-api.md index 9206df3..04fb2c7 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -108,7 +108,7 @@ types: type: option default: TheWakuNetworkPreset store_confirmation: - type: bool + type: option # 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."