From 2997be30afb725bab163d90b771fee25d3f9a827 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Tue, 18 Jul 2023 10:46:49 +0900 Subject: [PATCH] Enable fullrbf in production frontend config --- production/mempool-frontend-config.mainnet.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/production/mempool-frontend-config.mainnet.json b/production/mempool-frontend-config.mainnet.json index 5eb3d0a7d..9b0960ac8 100644 --- a/production/mempool-frontend-config.mainnet.json +++ b/production/mempool-frontend-config.mainnet.json @@ -11,5 +11,6 @@ "BISQ_WEBSITE_URL": "https://bisq.markets", "ITEMS_PER_PAGE": 25, "LIGHTNING": true, - "AUDIT": true + "AUDIT": true, + "FULL_RBF_ENABLED": true }