From cc9e2d7651fe03d976609dcce49acf02c618772c Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 3 Apr 2025 00:22:04 +0200 Subject: [PATCH] specify store node hierarchy --- standards/application/messaging-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/messaging-api.md b/standards/application/messaging-api.md index 47631d7..468732d 100644 --- a/standards/application/messaging-api.md +++ b/standards/application/messaging-api.md @@ -114,7 +114,7 @@ An array of shard under a specified cluster that node MUST operate at as per [RE ##### `storeNodes` A list of `Multiaddr` addresses to remote peers that MUST be used for retrieving past messages or performing infrequent queries using the [STORE](https://github.com/vacp2p/rfc-index/blob/8ee2a6d6b232838d83374c35e2413f84436ecf64/waku/standards/core/13/store.md) protocol. -If not provided, nodes discovered through the network SHOULD be used. +If not provided, the implementation SHOULD utilize either `preferredServiceNodes` or nodes discovered via the network. ##### `preferredServiceNodes` A list of `Multiaddr` addresses to remote peers that SHOULD be used for obtaining various network resources.