Merge pull request #1786 from Roasbeef/golang-1.1

build+docs: bump to golang 1.11
This commit is contained in:
Olaoluwa Osuntokun
2018-10-08 13:26:07 +09:00
committed by GitHub
11 changed files with 40 additions and 28 deletions

2
lnd.go
View File

@@ -558,7 +558,7 @@ func genCertPair(certFile, keyFile string) error {
KeyUsage: x509.KeyUsageKeyEncipherment |
x509.KeyUsageDigitalSignature | x509.KeyUsageCertSign,
IsCA: true, // so can sign self.
IsCA: true, // so can sign self.
BasicConstraintsValid: true,
DNSNames: dnsNames,