From f3b3b9b3f06121fcca2439ee1e076af1705301ba Mon Sep 17 00:00:00 2001 From: softsimon Date: Fri, 12 Apr 2024 14:15:50 +0900 Subject: [PATCH] Adding new config to sample --- backend/mempool-config.sample.json | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/mempool-config.sample.json b/backend/mempool-config.sample.json index 87f9d5f34..b29e8cb7a 100644 --- a/backend/mempool-config.sample.json +++ b/backend/mempool-config.sample.json @@ -152,6 +152,7 @@ }, "FIAT_PRICE": { "ENABLED": true, + "PAID": false, "API_KEY": "your-api-key-from-freecurrencyapi.com" } }