mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Fix build warnings
This commit is contained in:
@@ -61,7 +61,7 @@ namespace BTCPayServer.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("{storeId}/lightning/{cryptoCode}/balance")]
|
[HttpGet("{storeId}/lightning/{cryptoCode}/balance")]
|
||||||
public async Task<IActionResult> LightningBalance(string storeId, string cryptoCode)
|
public IActionResult LightningBalance(string storeId, string cryptoCode)
|
||||||
{
|
{
|
||||||
var store = HttpContext.GetStoreData();
|
var store = HttpContext.GetStoreData();
|
||||||
if (store == null)
|
if (store == null)
|
||||||
|
|||||||
@@ -1364,7 +1364,7 @@ namespace BTCPayServer.Controllers
|
|||||||
public string CryptoCode { get; set; }
|
public string CryptoCode { get; set; }
|
||||||
public string Address { get; set; }
|
public string Address { get; set; }
|
||||||
public string PaymentLink { get; set; }
|
public string PaymentLink { get; set; }
|
||||||
public string? ReturnUrl { get; set; }
|
public string ReturnUrl { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class SendToAddressResult
|
public class SendToAddressResult
|
||||||
|
|||||||
Reference in New Issue
Block a user