mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 18:43:42 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user