mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Fix build warnings
This commit is contained in:
@@ -61,7 +61,7 @@ namespace BTCPayServer.Controllers
|
||||
}
|
||||
|
||||
[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();
|
||||
if (store == null)
|
||||
|
||||
@@ -1364,7 +1364,7 @@ namespace BTCPayServer.Controllers
|
||||
public string CryptoCode { get; set; }
|
||||
public string Address { get; set; }
|
||||
public string PaymentLink { get; set; }
|
||||
public string? ReturnUrl { get; set; }
|
||||
public string ReturnUrl { get; set; }
|
||||
}
|
||||
|
||||
public class SendToAddressResult
|
||||
|
||||
Reference in New Issue
Block a user