cert: removed unused args from cert.GenCertPair

Since the cert pair is written with a subsequent call to
cert.WriteCertPair we can safely remove the two file paths from the
argument list of cert.GenCertPair.
This commit is contained in:
Andras Banki-Horvath
2023-02-06 17:10:06 +01:00
parent 0cf0a7dd3b
commit c3445e79d9
3 changed files with 14 additions and 12 deletions

View File

@ -258,6 +258,9 @@ in the lnwire package](https://github.com/lightningnetwork/lnd/pull/7303)
* [Add a flag](https://github.com/lightningnetwork/lnd/pull/6527) to allow for
the option to encrypt the tls key.
* [Remove unused args](https://github.com/lightningnetwork/lnd/pull/7387)
from `cert.GenCertPair`.
## `lncli`
* [Add an `insecure` flag to skip tls auth as well as a `metadata` string slice