Enable fullrbf in production frontend config

This commit is contained in:
Mononaut 2023-07-18 10:46:49 +09:00
parent fa48c6f025
commit 2997be30af
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -11,5 +11,6 @@
"BISQ_WEBSITE_URL": "https://bisq.markets",
"ITEMS_PER_PAGE": 25,
"LIGHTNING": true,
"AUDIT": true
"AUDIT": true,
"FULL_RBF_ENABLED": true
}