mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Run dotnet format (#3244)
This commit is contained in:
@@ -105,7 +105,7 @@ namespace BTCPayServer.Controllers.GreenField
|
||||
protected override Task<ILightningClient> GetLightningClient(string cryptoCode,
|
||||
bool doingAdminThings)
|
||||
{
|
||||
|
||||
|
||||
var network = _btcPayNetworkProvider.GetNetwork<BTCPayNetwork>(cryptoCode);
|
||||
var store = HttpContext.GetStoreData();
|
||||
if (store == null || network == null)
|
||||
|
||||
Reference in New Issue
Block a user