From cccaf0e72c76fa28c11720d5e2aaa990e7738066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Schj=C3=B8nhaug?= Date: Tue, 3 Dec 2024 09:06:27 +0100 Subject: [PATCH] Added Bare Bitcoin as exchange recommendation for NOK --- BTCPayServer/Hosting/BTCPayServerServices.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/Hosting/BTCPayServerServices.cs b/BTCPayServer/Hosting/BTCPayServerServices.cs index 698fb2d6a..f0bcb870c 100644 --- a/BTCPayServer/Hosting/BTCPayServerServices.cs +++ b/BTCPayServer/Hosting/BTCPayServerServices.cs @@ -532,7 +532,8 @@ o.GetRequiredService>().ToDictionary(o => o.P { "TRY", "btcturk" }, { "UGX", "yadio"}, { "RSD", "bitpay"}, - { "NGN", "bitnob"} + { "NGN", "bitnob"}, + { "NOK", "barebitcoin"} }) { var r = new DefaultRules.Recommendation(rule.Key, rule.Value);