From b13a636f8932b26366b78f544d7f6cd7bed4a2fa Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Tue, 25 Apr 2023 12:11:08 +0200 Subject: [PATCH] Fix syntax error --- BTCPayServer/Controllers/UIInvoiceController.UI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Controllers/UIInvoiceController.UI.cs b/BTCPayServer/Controllers/UIInvoiceController.UI.cs index 01fc7b3f8..f82db29d6 100644 --- a/BTCPayServer/Controllers/UIInvoiceController.UI.cs +++ b/BTCPayServer/Controllers/UIInvoiceController.UI.cs @@ -789,7 +789,7 @@ namespace BTCPayServer.Controllers var isAltcoinsBuild = false; #if ALTCOINS - isAltcoinsBuild = true, + isAltcoinsBuild = true; #endif var model = new PaymentModel