lnwire: fix linter error

This commit is contained in:
Olaoluwa Osuntokun 2017-09-18 17:40:24 -07:00
parent 6e7fcac1f5
commit f9ca4631ff
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

View File

@ -607,7 +607,7 @@ func readElement(r io.Reader, element interface{}) error {
return err
}
addrBytesRead += 1
addrBytesRead++
address := &net.TCPAddr{}
aType := addressType(descriptor[0])