From f7c7d52a93e4b8c564b4e22c9e8c56d88e6c9e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20S=C3=A1?= Date: Mon, 13 Dec 2021 16:54:58 +0000 Subject: [PATCH] refactor: change RBF checkbox wording --- new-lamassu-admin/src/pages/Services/schemas/blockcypher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-lamassu-admin/src/pages/Services/schemas/blockcypher.js b/new-lamassu-admin/src/pages/Services/schemas/blockcypher.js index 11c6cab8..a9e38734 100644 --- a/new-lamassu-admin/src/pages/Services/schemas/blockcypher.js +++ b/new-lamassu-admin/src/pages/Services/schemas/blockcypher.js @@ -27,7 +27,7 @@ export default { settings: { enabled: true, disabledMessage: 'RBF verification not available', - label: 'Enable RBF verification', + label: 'Lower the confidence of RBF transactions', requirement: 'bitcoind' }, face: true