1
0
Fork 0
master
zdyxry 5 years ago
parent 7ec6fcefe4
commit 139a698685

@ -17,7 +17,7 @@ type Transport struct {
skipVerify bool // Skip verification of remote node certs.
}
// NewTransport returns an initialized unecrypted Transport.
// NewTransport returns an initialized unencrypted Transport.
func NewTransport() *Transport {
return &Transport{}
}

Loading…
Cancel
Save