From db136a5a1c3149b64597445cbc5eb54598d9308b Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:50:28 +0200 Subject: [PATCH] Found I misstyped name of the Error code (already fixed in jswaku)) --- waku/store/v2beta4/store.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku/store/v2beta4/store.proto b/waku/store/v2beta4/store.proto index 1a3422f..c5df301 100644 --- a/waku/store/v2beta4/store.proto +++ b/waku/store/v2beta4/store.proto @@ -43,7 +43,7 @@ message HistoryResponse { enum Error { NONE = 0; INVALID_CURSOR = 1; - TOO_MANY_RESULTS = 429; + TOO_MANY_REQUESTS = 429; SERVICE_UNAVAILABLE = 503; } Error error = 4;