show port if failing to connect to lightning node

This commit is contained in:
nicolas.dorier 2018-03-01 10:31:01 +09:00
parent 346cdf2431
commit bbf5fb3c30

View File

@ -85,7 +85,7 @@ namespace BTCPayServer.Payments.Lightning
}
catch (Exception ex)
{
throw new Exception($"Error while connecting to the lightning node via {address} ({ex.Message})");
throw new Exception($"Error while connecting to the lightning node via {address}:{port} ({ex.Message})");
}
}