From b70ff01a9303e0e00cbc5a05b3be5d74cb27ddf0 Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:32:45 +0000 Subject: [PATCH] Update Key Name for The Bitcoin Company Changes made: Updated the key name from 'tbc' to 'TBC' in the configuration for The Bitcoin Company. --- src/json/vendors.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/json/vendors.json b/src/json/vendors.json index a868d8060..c2beae68b 100644 --- a/src/json/vendors.json +++ b/src/json/vendors.json @@ -17,7 +17,7 @@ "FixedFloat": { "url": "https://widget.fixedfloat.com/?from=BTCLN&to=LTC&cciesRcvNot=BTCLN" }, - "tbc" : { + "TBC" : { "displayName": "The Bitcoin Company", "url": "https://app.thebitcoincompany.com", "endpointURI": "https://api.thebitcoincompany.com/auth/auth-lnurl?flatResponse=true", @@ -49,4 +49,4 @@ "Snort":{ "url" : "https://snort.social" } -} \ No newline at end of file +}