Fix build

This commit is contained in:
nicolas.dorier
2018-12-10 17:34:27 +09:00
parent a533a96598
commit e89e8226e4
2 changed files with 3 additions and 1 deletions

View File

@@ -587,7 +587,7 @@ namespace BTCPayServer.Controllers
}
catch
{
Logs.Configuration.LogWarning($"{cryptoCode}: The restrictedmacaroon file path of the external LND grpc config was not found ({connectionString.RestrictedMacaroonFilePathMacaroonFilePath})");
Logs.Configuration.LogWarning($"{cryptoCode}: The restrictedmacaroon file path of the external LND grpc config was not found ({connectionString.RestrictedMacaroonFilePath})");
}
connectionString.RestrictedMacaroonFilePath = null;
}