From fda40cad48de12ab3ef88388bc354e92f6548c23 Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 10 Jun 2024 00:47:40 +0400 Subject: [PATCH] Fix trailing comma --- backend/mempool-config.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/mempool-config.sample.json b/backend/mempool-config.sample.json index 2f27dab6a..040126154 100644 --- a/backend/mempool-config.sample.json +++ b/backend/mempool-config.sample.json @@ -60,7 +60,7 @@ "REQUEST_TIMEOUT": 10000, "FALLBACK_TIMEOUT": 5000, "FALLBACK": [], - "MAX_BEHIND_TIP": 2, + "MAX_BEHIND_TIP": 2 }, "SECOND_CORE_RPC": { "HOST": "127.0.0.1",