From 3fe7ac78435d645fbd86675c33dcff232315c37a Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Wed, 5 Nov 2025 16:05:32 +0100 Subject: [PATCH] add some more description to WakuNode type --- 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 03d4bf6..5797cc5 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -117,7 +117,7 @@ description: "Waku: a private and censorship-resistant message routing library." types: WakuNode: type: object - description: "A Waku node instance." + description: "A Waku node instance, created by the createNode function and MUST be used in any subsequent API call." NodeConfig: type: object