From 8387ada41cb9630fb96ed14e4b73972fc91470c0 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Wed, 8 Oct 2025 23:43:38 +0200 Subject: [PATCH] address comment --- 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 ad5b8b9..dba27b7 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -313,7 +313,7 @@ types: fields: contentTopic: type: string - description: "The content topic for the message." + description: "Content-based filtering field as defined in [TOPICS](https://github.com/vacp2p/rfc-index/blob/main/waku/informational/23/topics.md#content-topics)" payload: type: Uint8Array description: "The message data to be sent."