mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 17:36:59 +01:00
show port if failing to connect to lightning node
This commit is contained in:
parent
346cdf2431
commit
bbf5fb3c30
1 changed files with 1 additions and 1 deletions
|
@ -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})");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue