From b68082cc7c04e8748b2ce5842cf6ee2f8962fb09 Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 23 Oct 2025 00:17:09 +0200 Subject: [PATCH] address comments --- standards/application/waku-api.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/standards/application/waku-api.md b/standards/application/waku-api.md index 406d32e..63aafdb 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -379,19 +379,19 @@ types: type: string description: "Error message describing what went wrong" - MessageAckEvent: + MessagePropagatedEvent: type: object fields: eventType: type: string - default: "message:ack" + default: "message:propagated" description: "Event type identifier" requestId: type: RequestId - description: "The request ID associated with the acknowledged message" - ackType: + description: "The request ID associated with the propagated message in the network" + messageHash: type: string - description: "Type of acknowledgment (e.g., 'store', 'filter')" + description: "Hash of the message that got propagated within the network" EventSource: type: object