From e92d2f8d8e3ab5d3d57a83689bf260a65f4061b3 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Tue, 5 Aug 2025 15:16:00 +1000 Subject: [PATCH] Change `init` to `create` As it is commonly used across both js-waku and nwaku code bases. --- 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 5bcc33c..7ec815e 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -145,7 +145,7 @@ types: ```yaml functions: - init: + create: description: "Initialise a Waku node instance" parameters: - name: config