lnwire: fix linter error
This commit is contained in:
parent
6e7fcac1f5
commit
f9ca4631ff
@ -607,7 +607,7 @@ func readElement(r io.Reader, element interface{}) error {
|
||||
return err
|
||||
}
|
||||
|
||||
addrBytesRead += 1
|
||||
addrBytesRead++
|
||||
|
||||
address := &net.TCPAddr{}
|
||||
aType := addressType(descriptor[0])
|
||||
|
Loading…
Reference in New Issue
Block a user