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