mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Fix syntax error
This commit is contained in:
@@ -789,7 +789,7 @@ namespace BTCPayServer.Controllers
|
||||
|
||||
var isAltcoinsBuild = false;
|
||||
#if ALTCOINS
|
||||
isAltcoinsBuild = true,
|
||||
isAltcoinsBuild = true;
|
||||
#endif
|
||||
|
||||
var model = new PaymentModel
|
||||
|
||||
Reference in New Issue
Block a user